Skip to content

Commit

Permalink
fix: set testing environment to jsdom
Browse files Browse the repository at this point in the history
  • Loading branch information
toniengelhardt committed Feb 21, 2023
1 parent 3f8a36c commit 90587cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.mjs → vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ import { defineVitestConfig } from 'nuxt-vitest/config'
export default defineVitestConfig({
define: {
'process.test': 'true',
environment: 'jsdom',
},
})

0 comments on commit 90587cb

Please sign in to comment.