Skip to content

Commit 76c55a2

Browse files
chore update fetch-http-handler.spec.ts
Co-authored-by: Trivikram Kamat <[email protected]>
1 parent 0d60066 commit 76c55a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/fetch-http-handler/src/fetch-http-handler.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ describe("httpHandler", () => {
5050
let response = await fetchHttpHandler.handle({} as any, {});
5151

5252
expect(mockFetch.mock.calls.length).toBe(1);
53-
console.log(response.response.body, typeof response.response.body);
5453
expect(await blobToText(response.response.body)).toBe("FOO");
5554
});
5655

0 commit comments

Comments
 (0)