Skip to content

Commit d929792

Browse files
authored
fix: add global chai variable in vitest/globals (fix: #7474) (#7771)
1 parent 7c3dfb1 commit d929792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vitest/globals.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
declare global {
22
const suite: typeof import('vitest')['suite']
33
const test: typeof import('vitest')['test']
4+
const chai: typeof import("vitest")["chai"]
45
const describe: typeof import('vitest')['describe']
56
const it: typeof import('vitest')['it']
67
const expectTypeOf: typeof import('vitest')['expectTypeOf']

0 commit comments

Comments
 (0)