Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Nov 10, 2024
1 parent 8c8fcf1 commit a1c5c98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/async/AggregateError.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { vi } from 'vitest'

declare const globalThis: {
AggregateError?: unknown
}

const { AggregateError: nativeAggregateError } = globalThis
globalThis.AggregateError = undefined!

Expand Down

0 comments on commit a1c5c98

Please sign in to comment.