Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from 'vitest/config'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
test: {
|
||||
environment: 'node',
|
||||
include: ['tests/**/*.test.js'],
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
include: ['src/utils/**/*.js', 'src/composables/**/*.js'],
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user