Skip to content

Commit

Permalink
chore: remove unneeded .nuxtrc config (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Feb 28, 2025
1 parent 9c8842e commit 8341b16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .nuxtrc

This file was deleted.

7 changes: 7 additions & 0 deletions vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ import { defineVitestConfig } from '@nuxt/test-utils/config'

export default defineVitestConfig({
test: {
environmentOptions: {
nuxt: {
overrides: {
modules: ['@nuxt/image'],
},
},
},
coverage: {
exclude: [
'**virtual**',
Expand Down

0 comments on commit 8341b16

Please sign in to comment.