Skip to content

Instantly share code, notes, and snippets.

@gangsthub
Created January 21, 2023 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gangsthub/be1d88e783b6925c0e222f2e3cdcf0e4 to your computer and use it in GitHub Desktop.
Save gangsthub/be1d88e783b6925c0e222f2e3cdcf0e4 to your computer and use it in GitHub Desktop.
Basic vitest config for a Nuxt project
// vitest.config.mjs
import { defineConfigWithNuxtEnv } from 'vitest-environment-nuxt/config'
export default defineConfigWithNuxtEnv({
test: {
globals: true,
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment