| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,7 @@ | |||
| 1 | 1 | declare global { | |
| 2 | 2 | const suite: typeof import('vitest')['suite'] | |
| 3 | 3 | const test: typeof import('vitest')['test'] | |
| 4 | + const chai: typeof import("vitest")["chai"] | ||
| 4 | 5 | const describe: typeof import('vitest')['describe'] | |
| 5 | 6 | const it: typeof import('vitest')['it'] | |
| 6 | 7 | const expectTypeOf: typeof import('vitest')['expectTypeOf'] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments