Skip to content

Commit

Permalink
chore: include test in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
shirotech committed Apr 5, 2020
1 parent 2d3219c commit 8446242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "module.js",
"module": "module.js",
"scripts": {
"lint": "eslint module.js",
"lint": "eslint module.js spec/",
"test": "npm run lint && nyc jasmine",
"commitmsg": "validate-commit-msg",
"precommit": "npm test",
Expand Down

0 comments on commit 8446242

Please sign in to comment.