Skip to content

Commit

Permalink
docs: storybookNextJsPlugin to storybookSveltekitPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
k35o committed Oct 16, 2024
1 parent 4a7247f commit bc5a1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_snippets/vitest-plugin-vitest-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default defineWorkspace([
import { defineConfig, mergeConfig } from 'vitest/config';
import { storybookTest } from '@storybook/experimental-addon-test/vitest-plugin';
// 👇 If you're using Sveltekit, apply this framework plugin as well
// import { storybookNextJsPlugin } from '@storybook/sveltekit/vite-plugin';
// import { storybookSveltekitPlugin } from '@storybook/sveltekit/vite-plugin';

import viteConfig from './vite.config';

Expand Down

0 comments on commit bc5a1d3

Please sign in to comment.