版博士V2.0程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

18 rader
759 B

  1. declare global {
  2. const suite: typeof import('vitest')['suite']
  3. const test: typeof import('vitest')['test']
  4. const describe: typeof import('vitest')['describe']
  5. const it: typeof import('vitest')['it']
  6. const expectTypeOf: typeof import('vitest')['expectTypeOf']
  7. const assertType: typeof import('vitest')['assertType']
  8. const expect: typeof import('vitest')['expect']
  9. const assert: typeof import('vitest')['assert']
  10. const vitest: typeof import('vitest')['vitest']
  11. const vi: typeof import('vitest')['vitest']
  12. const beforeAll: typeof import('vitest')['beforeAll']
  13. const afterAll: typeof import('vitest')['afterAll']
  14. const beforeEach: typeof import('vitest')['beforeEach']
  15. const afterEach: typeof import('vitest')['afterEach']
  16. }
  17. export {}