Skip to content

Commit

Permalink
✅ Fix resolvers test for node14
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Jul 4, 2022
1 parent 72e99f3 commit ca8b559
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/node/wretch.spec.ts
Expand Up @@ -560,6 +560,9 @@ describe("Wretch", function () {
let check = 0
const w = wretch()
.addon(PerfsAddon())
.polyfills({
fetch: fetchPolyfill(1)
})
.url(_URL)
.resolve(resolver => resolver
.unauthorized(_ => check--))
Expand Down

0 comments on commit ca8b559

Please sign in to comment.