Skip to content

Commit

Permalink
docs: update test name in other frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosousa13 committed Oct 2, 2024
1 parent c5e9ec1 commit 7e7beac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_snippets/vitest-plugin-vitest-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export default defineWorkspace([
// This is the path to your existing Vitest config file
'./vitest.config.ts',
{
name: 'storybook',
// This is the path to your existing Vite config file
extends: './vite.config.ts',
plugins: [
Expand All @@ -63,6 +62,7 @@ export default defineWorkspace([
storybookVuePlugin(),
],
test: {
name: 'storybook',
// Glob pattern to find story files
include: ['src/**/*.stories.?(m)[jt]s?(x)'],
// Enable browser mode
Expand Down Expand Up @@ -95,7 +95,6 @@ export default defineWorkspace([
// This is the path to your existing Vitest config file
'./vitest.config.ts',
{
name: 'storybook',
// This is the path to your existing Vite config file
extends: './vite.config.ts',
plugins: [
Expand All @@ -107,6 +106,7 @@ export default defineWorkspace([
// storybookSveltekitPlugin(),
],
test: {
name: 'storybook',
// Glob pattern to find story files
include: ['src/**/*.stories.?(m)[jt]s?(x)'],
// Enable browser mode
Expand Down

0 comments on commit 7e7beac

Please sign in to comment.