1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-05 14:06:48 +01:00
elk/vitest.config.ts

8 lines
146 B
TypeScript
Raw Normal View History

import { defineVitestConfig } from '@nuxt/test-utils/config'
2023-01-29 13:20:37 +00:00
export default defineVitestConfig({
define: {
'process.test': 'true',
},
})