Skip to content

Commit

Permalink
update a11y tests
Browse files Browse the repository at this point in the history
  • Loading branch information
endakelly committed Aug 9, 2024
1 parent 509e3b0 commit cd8a9a3
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 cd8a9a3

Please sign in to comment.