There was an error while loading. Please reload this page.
chai
vitest/globals
1 parent 7c3dfb1 commit d929792Copy full SHA for d929792
packages/vitest/globals.d.ts
@@ -1,6 +1,7 @@
1
declare global {
2
const suite: typeof import('vitest')['suite']
3
const test: typeof import('vitest')['test']
4
+ const chai: typeof import("vitest")["chai"]
5
const describe: typeof import('vitest')['describe']
6
const it: typeof import('vitest')['it']
7
const expectTypeOf: typeof import('vitest')['expectTypeOf']
0 commit comments