Skip to content

Commit ba0a909

Browse files
committed
Fix lint error
1 parent 9567fe4 commit ba0a909

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/angular/vitest.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
import type { UserConfig } from 'vitest';
21
import { defineConfig } from 'vitest/config';
32
import baseConfig from '../../vite/vite.config';
43

54
export default defineConfig({
65
test: {
7-
...(baseConfig as UserConfig & { test: any }).test,
6+
...baseConfig.test,
87
coverage: {},
98
globals: true,
109
setupFiles: ['./setup-test.ts'],

0 commit comments

Comments
 (0)