Skip to content

Commit 6ed5169

Browse files
committed
refactor: remove stale LandingPage entry from storybook migration list
The LandingPage feature and its stories were entirely deleted in 6241d6d. The MIGRATED_APP_STORIES entry that guarded against re-creating the old App.landingPage.stories.tsx in src/browser/stories/ is now dead config — there is no colocated version to protect anymore.
1 parent 94e45f5 commit 6ed5169

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ui/storybook/coverage.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const REQUIRED_COLOCATED_STORIES = [
2424
const MIGRATED_APP_STORIES = [
2525
"App.sidebar.stories.tsx",
2626
"App.welcome.stories.tsx",
27-
"App.landingPage.stories.tsx",
2827
"App.errors.stories.tsx",
2928
"App.titlebar.stories.tsx",
3029
"App.projectCreate.stories.tsx",

0 commit comments

Comments
 (0)