Skip to content

Commit

Permalink
vitest: globals true
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbCaudill authored and pvh committed Dec 19, 2023
1 parent 81ff48f commit 5fcf3b3
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 @@ -2,6 +2,7 @@ import { defineConfig } from "vitest/config"

export default defineConfig({
test: {
globals: true,
environment: "jsdom",
coverage: {
provider: "v8",
Expand Down

0 comments on commit 5fcf3b3

Please sign in to comment.