Skip to content

Commit 97df905

Browse files
committed
Jest: Configure proper testMatch pattern
1 parent 0f7402d commit 97df905

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@
6161
"node": "8.* || 10.* || >= 12"
6262
},
6363
"jest": {
64-
"testEnvironment": "node"
64+
"testEnvironment": "node",
65+
"testMatch": [
66+
"<rootDir>/transforms/**/test.js"
67+
]
6568
},
6669
"publishConfig": {
6770
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)