test: reenable nuxt runtime tests (with latest test-utils) (#2497)
This commit is contained in:
parent
2b421f1039
commit
3ae2d50bff
8 changed files with 252 additions and 280 deletions
7
vitest.config.ts
Normal file
7
vitest.config.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { defineVitestConfig } from '@nuxt/test-utils/config'
|
||||
|
||||
export default defineVitestConfig({
|
||||
define: {
|
||||
'process.test': 'true',
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue