Skip to content

Commit

Permalink
Update getResponseBody.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere authored Jul 30, 2024
1 parent d3ec141 commit d8a7eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/fetcher/getResponseBody.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { RUNTIME } from "../../../src/core/runtime";
import { getResponseBody } from "../../../src/core/fetcher/getResponseBody";
import { chooseStreamWrapper } from "../stream-wrappers/chooseStreamWrapper";
import { chooseStreamWrapper } from "../../../src/core/fetcher/stream-wrappers/chooseStreamWrapper";

if (RUNTIME.type === "browser") {
require("jest-fetch-mock").enableMocks();
Expand Down

0 comments on commit d8a7eae

Please sign in to comment.