Skip to content

Commit

Permalink
build: do not run unit tests twice when invoking npm run test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ginsburg committed Mar 30, 2022
1 parent d71753f commit a9982b9
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 @@ -11,7 +11,7 @@
"lint": "eslint \"**/*.js\"",
"lint:fix": "eslint --fix \"**/*.js\"",
"commitlint": "commitlint",
"test": "jasmine && npm run test:unit && npm run test:e2e && npm run test:integration",
"test": "npm run test:unit && npm run test:e2e && npm run test:integration",
"test:unit": "jasmine",
"test:e2e": "karma start karma.conf.js",
"test:integration": "bash tools/integration-tests.sh",
Expand Down

0 comments on commit a9982b9

Please sign in to comment.