Skip to content

Commit 382e856

Browse files
committed
chore: add a new global variable
1 parent a9d36c7 commit 382e856

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)