update jest testing configuration

This commit is contained in:
jason 2024-05-21 14:09:08 -05:00
parent 9bc1c24d60
commit c63847d862
1 changed files with 7 additions and 1 deletions

View File

@ -15,7 +15,13 @@
"src/**.js"
],
"jest": {
"verbose": true
"verbose": true,
"testEnvironmentOptions": {
"customExportConditions": [
"node",
"node-addons"
]
}
},
"module": "index.es.js",
"jsnext:main": "index.es.js",