Skip to content

Commit

Permalink
Merge pull request #546 from hmcts/DTSPO-18493/update-tests
Browse files Browse the repository at this point in the history
DTSPO-18493 - Update a11y tests
  • Loading branch information
endakelly authored Aug 12, 2024
2 parents 7e1b5ee + cd8a9a3 commit c1f85ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:unit": "jest",
"test:coverage": "jest --coverage",
"test:routes": "jest -c jest.routes.config.js",
"test:a11y": "jest -c jest.a11y.config.js --maxWorkers 15",
"test:a11y": "jest --detectOpenHandles --forceExit -c jest.a11y.config.js --maxWorkers 15",
"test:smoke": "NODE_TLS_REJECT_UNAUTHORIZED=0 jest -c jest.smoke.config.js",
"test:functional": "NODE_TLS_REJECT_UNAUTHORIZED=0 codeceptjs run --steps",
"cichecks": "yarn install && yarn build && yarn rebuild puppeteer && yarn lint && yarn test && yarn test:routes && yarn test:a11y",
Expand Down

0 comments on commit c1f85ba

Please sign in to comment.