From 19af0c184e262c363002d0e1867b66cd70882f8c Mon Sep 17 00:00:00 2001 From: Elizabeth Kenyon Date: Tue, 2 Apr 2024 16:32:02 -0500 Subject: [PATCH] Fix import --- .../src/graphql-client/tests/graphql-client/fixtures.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphql-client/src/graphql-client/tests/graphql-client/fixtures.ts b/packages/graphql-client/src/graphql-client/tests/graphql-client/fixtures.ts index 7e77b7b30..94ca7f62c 100644 --- a/packages/graphql-client/src/graphql-client/tests/graphql-client/fixtures.ts +++ b/packages/graphql-client/src/graphql-client/tests/graphql-client/fixtures.ts @@ -1,7 +1,7 @@ import { TextEncoder, TextDecoder } from "util"; import { Readable } from "stream"; -import { ReadableStream } from "web-streams-polyfill/es2018"; +import { ReadableStream } from "web-streams-polyfill/"; import { createGraphQLClient } from "../../graphql-client"; import {