Skip to content

Commit

Permalink
prevent unit tests running 3 times
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelJacob21012 committed Oct 16, 2023
1 parent 9b8430b commit 03e26a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"publish:dist": "yarn package && cd dist/media-viewer && yarn install --no-immutable && yarn npm publish",
"npm-pack": "cd dist/media-viewer && touch yarn.lock && yarn pack",
"test": "cd projects/media-viewer; ng test",
"test:coverage": "yarn test",
"test:a11y": "yarn test",
"test:coverage": "echo test:coverage",
"test:a11y": "echo test:a11y",
"test:smoke": "NODE_PATH=. node ./node_modules/codeceptjs/bin/codecept.js run -c ./test/end-to-end/codecept.smoke.conf.js --grep @smoke --steps --reporter mocha-multi",
"test:fullfunctional": "yarn e2e:fullfunctional",
"test:functional": "yarn e2e:fullfunctional",
Expand Down

0 comments on commit 03e26a0

Please sign in to comment.