Skip to content

Commit

Permalink
Removed CSP integration tests in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Dec 11, 2023
1 parent 1a21487 commit 7df2c42
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 @@ -39,7 +39,7 @@
"ts-types": "tsc --emitDeclarationOnly --outDir dist",
"test": "yarn test:unit && yarn test:api && yarn test:census3 && yarn test:service && yarn test:integration",
"test:unit": "jest test/unit --verbose",
"test:integration": "yarn test:integration:account && yarn test:integration:csp && yarn test:integration:election && yarn test:integration:other",
"test:integration": "yarn test:integration:account && yarn test:integration:election && yarn test:integration:other",
"test:integration:account": "jest test/integration/account.test.ts",
"test:integration:csp": "jest test/integration/csp.test.ts",
"test:integration:election": "jest test/integration/election.test.ts",
Expand Down

0 comments on commit 7df2c42

Please sign in to comment.