Skip to content

Commit e425dea

Browse files
committed
add default testMatcher to package.json
1 parent b823449 commit e425dea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@
118118
},
119119
"jest": {
120120
"testEnvironment": "node",
121-
"setupTestFrameworkScriptFile": "<rootDir>/test/setupTestFramework.js"
121+
"setupTestFrameworkScriptFile": "<rootDir>/test/setupTestFramework.js",
122+
"testMatch": [
123+
"<rootDir>/test/*.test.js",
124+
"<rootDir>/test/*.unittest.js"
125+
]
122126
}
123127
}

0 commit comments

Comments
 (0)