1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-03-07 08:35:39 +03:00
elk/vitest.config.mjs

8 lines
134 B
JavaScript
Raw Normal View History

2023-01-29 14:20:37 +01:00
import { defineVitestConfig } from 'nuxt-vitest'
2023-01-29 14:20:37 +01:00
export default defineVitestConfig({
define: {
'process.test': 'true',
},
})