orillusion-bs-sinon
Version:
BuckleScript bindings to the sinon
13 lines • 346 B
JSON
{
"automock": false,
"moduleFileExtensions": [
"js"
],
"testRegex": "lib/es6_global/test/.+test\\.js$",
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!(.*bs-)|orillusion-commonlib)"
],
"setupFilesAfterEnv": ["<rootDir>/test/helper/jest/specHelper.js"],
"notify": false,
"verbose": true
}