Skip to content

Commit

Permalink
update jest testing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed May 21, 2024
1 parent 9bc1c24 commit c63847d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c63847d

Please sign in to comment.