@@ -18,7 +18,6 @@ export default mergeConfig(
1818 // Use `workspace` field in Vitest < 3.2
1919 projects: [
2020 defineProject ({
21- extends: true ,
2221 plugins: [
2322 storybookTest ({
2423 // The location of your Storybook config, main.js|ts
@@ -66,7 +65,6 @@ export default mergeConfig(
6665 // Use `workspace` field in Vitest < 3.2
6766 projects: [
6867 defineProject ({
69- extends: true ,
7068 plugins: [
7169 storybookTest ({
7270 // The location of your Storybook config, main.js|ts
@@ -115,7 +113,6 @@ export default mergeConfig(
115113 // Use `workspace` field in Vitest < 3.2
116114 projects: [
117115 defineProject ({
118- extends: true ,
119116 plugins: [
120117 storybookTest ({
121118 // The location of your Storybook config, main.js|ts
@@ -163,7 +160,6 @@ export default mergeConfig(
163160 // Use `workspace` field in Vitest < 3.2
164161 projects: [
165162 defineProject ({
166- extends: true ,
167163 plugins: [
168164 storybookTest ({
169165 // The location of your Storybook config, main.js|ts
@@ -212,7 +208,6 @@ export default mergeConfig(
212208 // Use `workspace` field in Vitest < 3.2
213209 projects: [
214210 defineProject ({
215- extends: true ,
216211 plugins: [
217212 storybookTest ({
218213 // The location of your Storybook config, main.js|ts
@@ -260,7 +255,6 @@ export default mergeConfig(
260255 // Use `workspace` field in Vitest < 3.2
261256 projects: [
262257 defineProject ({
263- extends: true ,
264258 plugins: [
265259 storybookTest ({
266260 // The location of your Storybook config, main.js|ts
@@ -309,7 +303,6 @@ export default mergeConfig(
309303 // Use `workspace` field in Vitest < 3.2
310304 projects: [
311305 defineProject ({
312- extends: true ,
313306 plugins: [
314307 storybookTest ({
315308 // The location of your Storybook config, main.js|ts
@@ -357,7 +350,6 @@ export default mergeConfig(
357350 // Use `workspace` field in Vitest < 3.2
358351 projects: [
359352 defineProject ({
360- extends: true ,
361353 plugins: [
362354 storybookTest ({
363355 // The location of your Storybook config, main.js|ts
0 commit comments