Skip to content

Commit 7f5bd8b

Browse files
committed
chore(__tests__): add vitest globals to tsconfig.json
1 parent 34fd86d commit 7f5bd8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

__tests__/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"lib": ["es2015"],
55
"strict": true,
66
"noUnusedLocals": false,
7-
"target": "ES5"
7+
"target": "ES5",
8+
"types": ["vitest/globals"]
89
}
910
}

0 commit comments

Comments
 (0)