chore: migrate to nuxt-vitest
This commit is contained in:
parent
b48b7f4c16
commit
6dbf7ae74f
12 changed files with 619 additions and 102 deletions
|
@ -25,6 +25,7 @@ export default defineNuxtConfig({
|
|||
'@vue-macros/nuxt',
|
||||
'@nuxtjs/i18n',
|
||||
'@nuxtjs/color-mode',
|
||||
'nuxt-vitest',
|
||||
...(isDevelopment || isWindows) ? [] : ['nuxt-security'],
|
||||
'~/modules/purge-comments',
|
||||
'~/modules/setup-components',
|
||||
|
@ -66,6 +67,7 @@ export default defineNuxtConfig({
|
|||
'./composables/settings',
|
||||
'./composables/tiptap/index.ts',
|
||||
],
|
||||
injectAtEnd: true,
|
||||
},
|
||||
vite: {
|
||||
define: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue