wonder.js
Version:
15 lines • 411 B
JSON
{
"automock": false,
"moduleFileExtensions": [
"js"
],
"testRegex": "lib/es6_global/test/(unit|integration)/.+_test\\.js$",
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!(.*bs-)|wonder-commonlib|wonder-log|wonder-most-animation-frame|wonder-webgl|wonder-imgui)"
],
"setupFilesAfterEnv": [
"<rootDir>/test/helper/jest/specHelper.js"
],
"notify": false,
"verbose": true
}