chromaui / addon-visual-tests

Visual Tests addon for Storybook
MIT License
28 stars 1 forks source link

Update dev config to load `preset.ts` rather than `index.ts` #296

Closed ghengeveld closed 1 month ago

ghengeveld commented 1 month ago

289 renamed index.ts to preset.ts but failed to update the VTA's own Storybook config accordingly. This corrects that oversight.

Note this affects only the VTA's own development Storybook, not the VTA itself.