Skip to content

Commit 0aec23c

Browse files
committed
check if my tests are affecting the thing ?
1 parent add2cf9 commit 0aec23c

File tree

2 files changed

+3
-30
lines changed

2 files changed

+3
-30
lines changed

packages/addons/_config/official.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import playwright from '../playwright/index.ts';
1010
import prettier from '../prettier/index.ts';
1111
import storybook from '../storybook/index.ts';
1212
import tailwindcss from '../tailwindcss/index.ts';
13-
import vitePluginDevtoolsJson from '../vite-plugin-devtools-json/index.ts';
13+
// import vitePluginDevtoolsJson from '../vite-plugin-devtools-json/index.ts';
1414
import vitest from '../vitest-addon/index.ts';
1515

1616
// The order of addons here determines the order they are displayed inside the CLI
@@ -26,8 +26,8 @@ export const officialAddons = [
2626
lucia,
2727
mdsvex,
2828
paraglide,
29-
storybook,
30-
vitePluginDevtoolsJson
29+
storybook
30+
// vitePluginDevtoolsJson
3131
] as AddonWithoutExplicitArgs[];
3232

3333
export function getAddonDetails(id: string): AddonWithoutExplicitArgs {

packages/addons/_tests/vite-plugin-devtools-json/test.ts

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)