update jest testing configuration
This commit is contained in:
parent
9bc1c24d60
commit
c63847d862
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue