[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore(ui): augment Error adding `VITEST_*` entries (#5944)

authored by

Joaquín Sánchez and committed by
GitHub
(Jun 20, 2024, 9:02 PM +0200) 36796a67 147c65cf

+6
+6
packages/ui/client/shim.d.ts
··· 6 6 declare interface Window { 7 7 METADATA_PATH?: string 8 8 } 9 + 10 + declare interface Error { 11 + VITEST_TEST_NAME?: string 12 + VITEST_AFTER_ENV_TEARDOWN?: string 13 + VITEST_TEST_PATH?: string 14 + }