Skip to content

Commit c157143

Browse files
committed
Fixed the jest path so it does not pick up a test.js file in scripts
1 parent e712500 commit c157143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint": "eslint --config .eslintrc src __tests__",
2525
"lint:fix": "npm run lint -- --fix",
2626
"pretest": "npm run lint:fix && npm run flow",
27-
"test": "jest --coverage",
27+
"test": "jest --coverage __tests__/**/*",
2828
"create": "node ./scripts/create-rule"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)