mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-28 11:24:35 +00:00
review
This commit is contained in:
@@ -25,8 +25,6 @@ export default defineConfig((configEnv) =>
|
||||
},
|
||||
setupFiles: ["src/vitest.setup.ts"],
|
||||
environment: "jsdom",
|
||||
// an example of file based convention,
|
||||
// you don't have to follow it
|
||||
include: ["src/**/*.test.ts", "src/**/*.test.tsx"],
|
||||
},
|
||||
},
|
||||
@@ -34,7 +32,7 @@ export default defineConfig((configEnv) =>
|
||||
plugins: [
|
||||
storybookTest({
|
||||
// The location of your Storybook config, main.js|ts
|
||||
configDir: path.join(dirname, ".storybook"),
|
||||
configDir: "./.storybook",
|
||||
}),
|
||||
...vitePluginsConfig(configEnv).plugins!,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user