Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
fix: add vitest-environment-nuxt to inline list
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 19, 2022
1 parent f3f8b3c commit 1d48512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function getVitestConfig (): Promise<InlineConfig & { test: VitestC
test: {
environment: 'nuxt',
deps: {
inline: [/\/(nuxt|nuxt3)\//, /^#/, 'vue'],
inline: [/\/(nuxt|nuxt3)\//, /^#/, 'vue', 'vitest-environment-nuxt'],
},
},
}
Expand Down

0 comments on commit 1d48512

Please sign in to comment.