Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Nov 1, 2017
1 parent dfbb69d commit 57f7b7e
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 @@ -21,7 +21,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "npm run validate",
"validate": "npm run lint && npm run flow && npm run test:cov"
"validate": "npm run lint && npm run flow && npm run test"
},
"lint-staged": {
"*.js": ["fmt", "validate", "git add"],
Expand Down

0 comments on commit 57f7b7e

Please sign in to comment.