Skip to content

Commit

Permalink
chore(ui): fix teardown type in Error shim (#5949)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Jun 23, 2024
1 parent e390cb9 commit ea12834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/client/shim.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ declare interface Window {

declare interface Error {
VITEST_TEST_NAME?: string
VITEST_AFTER_ENV_TEARDOWN?: string
VITEST_AFTER_ENV_TEARDOWN?: boolean
VITEST_TEST_PATH?: string
}

0 comments on commit ea12834

Please sign in to comment.