mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-22 01:15:25 +03:00
7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
import { defineVitestConfig } from '@nuxt/test-utils/config'
|
|
|
|
export default defineVitestConfig({
|
|
define: {
|
|
'process.test': 'true',
|
|
},
|
|
})
|