Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov committed Mar 24, 2020
1 parent d43e8d7 commit 5a8b66b
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 @@ -29,7 +29,7 @@
"format": "prettier --write \"*.{js,md}\" \"src/**/*.js\"",
"lint": "eslint . --ext .js,.ts",
"prepublishOnly": "npm run build",
"test": "snyk test && jest src/bin/utils.test.ts tests/stub.test.ts && jest src/utils.test.ts",
"test": "jest src/bin/utils.test.ts tests/stub.test.ts && jest src/utils.test.ts",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"husky": {
Expand Down

0 comments on commit 5a8b66b

Please sign in to comment.