Skip to content

Commit

Permalink
fix(axe): remove global timeout configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Sep 25, 2023
1 parent dddcd34 commit 764f8d1
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 @@ -110,7 +110,7 @@
"build-storybook": "storybook build -o docs-build",
"test-storybook": "test-storybook",
"storybook:axe": "yarn build-storybook && yarn storybook:axeOnly",
"storybook:axeOnly": "axe-storybook --build-dir docs-build --timeout 10000",
"storybook:axeOnly": "axe-storybook --build-dir docs-build",
"test": "lerna run test -- --detectOpenHandles",
"test:updateSnapshots": "lerna run test -- -u --detectOpenHandles",
"namespace-check": "lerna run namespace-check",
Expand Down

0 comments on commit 764f8d1

Please sign in to comment.