Skip to content

Commit

Permalink
refactor(module): rename config key to testUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 19, 2023
1 parent fb754d5 commit c2b0973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const vitePluginBlocklist = ['vite-plugin-vue-inspector', 'vite-plugin-vue-inspe
export default defineNuxtModule<NuxtVitestOptions>({
meta: {
name: '@nuxt/test-utils',
configKey: 'vitest',
configKey: 'testUtils',
},
defaults: {
startOnBoot: false,
Expand Down

0 comments on commit c2b0973

Please sign in to comment.