We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47fa77 commit 4148383Copy full SHA for 4148383
1 file changed
packages/effect/vitest.config.ts
@@ -0,0 +1,10 @@
1
+import { defineConfig } from 'vitest/config';
2
+import baseConfig from '../../vite/vite.config';
3
+
4
+export default defineConfig({
5
+ ...baseConfig,
6
+ test: {
7
+ ...baseConfig.test,
8
+ include: ['test/**/*.test.ts'],
9
+ },
10
+});
0 commit comments