1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-05 22:16:49 +01:00
elk/vitest.config.mjs

8 lines
134 B
JavaScript
Raw Normal View History

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