Skip to content

Commit

Permalink
Turn globals back on for testutil
Browse files Browse the repository at this point in the history
  • Loading branch information
matttdawson committed Feb 2, 2025
1 parent 7f0e060 commit eb2d654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
globals: true,
setupFiles: ['./vitest.setup.ts'],
environment: 'jsdom',
server: {
Expand Down

0 comments on commit eb2d654

Please sign in to comment.