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 9567fe4 commit ba0a909Copy full SHA for ba0a909
packages/angular/vitest.config.ts
@@ -1,10 +1,9 @@
1
-import type { UserConfig } from 'vitest';
2
import { defineConfig } from 'vitest/config';
3
import baseConfig from '../../vite/vite.config';
4
5
export default defineConfig({
6
test: {
7
- ...(baseConfig as UserConfig & { test: any }).test,
+ ...baseConfig.test,
8
coverage: {},
9
globals: true,
10
setupFiles: ['./setup-test.ts'],
0 commit comments