FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: add global `chai` variable in `vitest/globals` (fix: #7474) (#7771) · vitest-dev/vitest@d929792 · GitHub

Commit d929792

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎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)

Back | FazBrowse Home | New Git URL