We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f7402d + 83fff49 commit 86a73b6Copy full SHA for 86a73b6
1 file changed
package.json
@@ -14,7 +14,7 @@
14
"author": "",
15
"scripts": {
16
"release": "release-it",
17
- "test": "codemod-cli test",
+ "test": "jest",
18
"test:integration": "ts-node ./test/run-test.ts",
19
"update-docs": "codemod-cli update-docs",
20
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
@@ -61,7 +61,10 @@
61
"node": "8.* || 10.* || >= 12"
62
},
63
"jest": {
64
- "testEnvironment": "node"
+ "testEnvironment": "node",
65
+ "testMatch": [
66
+ "<rootDir>/transforms/**/test.js"
67
+ ]
68
69
"publishConfig": {
70
"registry": "https://registry.npmjs.org"
0 commit comments