We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea24f8 commit 0ebb50bCopy full SHA for 0ebb50b
.storybook/main.ts
@@ -19,9 +19,8 @@ const config: StorybookConfig = {
19
resolve: {
20
alias: {
21
"@": path.join(process.cwd(), "src"),
22
- // Override version.ts with mock for stable visual testing
23
- // Use absolute path with $ to ensure exact match
24
- "@/version$": path.resolve(process.cwd(), ".storybook/mocks/version.ts"),
+ // Note: VERSION mocking for stable visual testing is handled by overwriting
+ // src/version.ts in the Chromatic CI workflow, not via alias here
25
},
26
27
});
0 commit comments