Skip to content

Commit

Permalink
fix: skip vite-plugin-vue-inspector:post plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 5, 2023
1 parent 37e1971 commit 8a6a052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ export interface NuxtVitestOptions {
}

/**
* List of plugins that are not compatible with text env.
* List of plugins that are not compatible with test env.
* Hard-coded for now, should remove by PR to upstream.
*/
const vitePluginBlocklist = ['vite-plugin-vue-inspector', 'vite-plugin-inspect']
const vitePluginBlocklist = ['vite-plugin-vue-inspector', 'vite-plugin-vue-inspector:post', 'vite-plugin-inspect']

export default defineNuxtModule<NuxtVitestOptions>({
meta: {
Expand Down

0 comments on commit 8a6a052

Please sign in to comment.