Skip to content

Commit 83fff49

Browse files
committed
package.json: Use jest directly for test script
`codemod-cli` assigns an unnecessary file path pattern to the runner which is a little annoying in `--watch` mode 😅
1 parent 97df905 commit 83fff49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"scripts": {
1616
"release": "release-it",
17-
"test": "codemod-cli test",
17+
"test": "jest",
1818
"test:integration": "ts-node ./test/run-test.ts",
1919
"update-docs": "codemod-cli update-docs",
2020
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",

0 commit comments

Comments
 (0)