We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fd86d commit 7f5bd8bCopy full SHA for 7f5bd8b
__tests__/tsconfig.json
@@ -4,6 +4,7 @@
4
"lib": ["es2015"],
5
"strict": true,
6
"noUnusedLocals": false,
7
- "target": "ES5"
+ "target": "ES5",
8
+ "types": ["vitest/globals"]
9
}
10
0 commit comments