Skip to content

Commit 2272784

Browse files
committed
chore: drop unused storybook test-runner dependencies
Remove @storybook/test-runner, axe-playwright, concurrently, http-server, and wait-on along with the test-storybook scripts and runner config, now that the story test gate is deferred. Also clears the license check on their transitives.
1 parent ceeaa1e commit 2272784

3 files changed

Lines changed: 58 additions & 3537 deletions

File tree

apps/storybook/.storybook/test-runner.ts

Lines changed: 0 additions & 38 deletions
This file was deleted.

apps/storybook/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
"build": "storybook build",
1111
"lint": "eslint .",
1212
"typecheck": "tsc --noEmit",
13-
"test-storybook": "test-storybook",
14-
"test-storybook:ci": "concurrently -k -s first -n \"SB,TEST\" \"http-server storybook-static --port 6006 --silent\" \"wait-on tcp:127.0.0.1:6006 && test-storybook\"",
1513
"clean": "rm -rf .turbo node_modules storybook-static"
1614
},
1715
"dependencies": {
@@ -30,14 +28,10 @@
3028
"@storybook/addon-a11y": "^10.4.6",
3129
"@storybook/addon-docs": "^10.4.6",
3230
"@storybook/addon-links": "^10.4.6",
33-
"@storybook/test-runner": "^0.24.4",
3431
"@tailwindcss/postcss": "^4.3.1",
3532
"@tanstack/react-table": "^8.21.3",
3633
"@types/react": "^19.2.17",
37-
"axe-playwright": "^2.2.2",
38-
"concurrently": "^10.0.3",
3934
"eslint": "^10.5.0",
40-
"http-server": "^14.1.1",
4135
"react-day-picker": "^10.0.1",
4236
"recharts": "^3.8.1",
4337
"storybook": "^10.4.6",
@@ -47,7 +41,6 @@
4741
"tailwind-scrollbar-hide": "^4.0.0",
4842
"tailwindcss": "^4.3.1",
4943
"tw-animate-css": "^1.4.0",
50-
"typescript": "^6.0.3",
51-
"wait-on": "^9.0.10"
44+
"typescript": "^6.0.3"
5245
}
5346
}

0 commit comments

Comments
 (0)