mirror of
https://github.com/elk-zone/elk
synced 2025-01-20 14:22:57 +09:00
13 lines
211 B
TypeScript
13 lines
211 B
TypeScript
import { defineVitestConfig } from '@nuxt/test-utils/config'
|
|
|
|
export default defineVitestConfig({
|
|
define: {
|
|
'process.test': 'true',
|
|
},
|
|
test: {
|
|
setupFiles: [
|
|
'/tests/setup.ts',
|
|
],
|
|
},
|
|
})
|