diff --git a/skeleton/package.json b/skeleton/package.json index 6d5d544f..786b8f02 100644 --- a/skeleton/package.json +++ b/skeleton/package.json @@ -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",