Skip to content

Commit 2bf9345

Browse files
committed
02/01: set test.globals to true
1 parent 50efb42 commit 2bf9345

File tree

1 file changed

+1
-0
lines changed
  • exercises/02.vitest-browser-mode/01.problem.installation-and-setup

1 file changed

+1
-0
lines changed

exercises/02.vitest-browser-mode/01.problem.installation-and-setup/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import tailwindcss from '@tailwindcss/vite'
66
export default defineConfig({
77
plugins: [react(), tailwindcss()],
88
test: {
9+
globals: true,
910
environment: 'jsdom',
1011
},
1112
})

0 commit comments

Comments
 (0)