潘的第一次 commit
This commit is contained in:
10
erp-frontend-vue/vitest.config.ts
Normal file
10
erp-frontend-vue/vitest.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'vitest/config'
|
||||
import viteConfig from './vite.config'
|
||||
|
||||
export default defineConfig({
|
||||
...viteConfig,
|
||||
test: {
|
||||
environment: 'jsdom',
|
||||
globals: true
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user