Skip to content

Commit 45fc088

Browse files
committed
Lint tests
1 parent 22b1792 commit 45fc088

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
@@ -38,7 +38,7 @@
3838
"jest": "jest",
3939
"watch": "jest --watch",
4040
"coverage": "jest --coverage",
41-
"lint": "eslint index.js lib/*.js test/*.js"
41+
"lint": "eslint index.js lib/*.js __tests__/*.js"
4242
},
4343
"jest": {
4444
"setupFiles": [

0 commit comments

Comments
 (0)