mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
Include tsx test files in common vite config (#33342)
* Include tsx test files in common vite config Otherwise we miss a bunch of the shared component tests * Add storybook/preview-api to optimizeDeps which is what vitest is telling me to do, which will hopefully stop it flaking out.
This commit is contained in:
parent
5e935207c5
commit
990efa20db
@ -110,6 +110,7 @@ export default mergeConfig(
|
||||
"vite-plugin-node-polyfills/shims/buffer",
|
||||
"vite-plugin-node-polyfills/shims/process",
|
||||
"@vector-im/compound-design-tokens/assets/web/icons",
|
||||
"storybook/preview-api",
|
||||
],
|
||||
},
|
||||
resolve: {
|
||||
|
||||
@ -56,6 +56,6 @@ export default defineConfig({
|
||||
reporters,
|
||||
pool: "threads",
|
||||
globals: false,
|
||||
include: ["src/**/*.test.ts"],
|
||||
include: ["src/**/*.test.{ts,tsx}"],
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user