mirror of
https://github.com/elk-zone/elk.git
synced 2025-03-21 07:30:59 +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',
|
|
},
|
|
})
|