Skip to content

Commit

Permalink
chore update fetch-http-handler.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
  • Loading branch information
AllanZhengYP and trivikr authored May 15, 2020
1 parent 0d60066 commit 76c55a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fetch-http-handler/src/fetch-http-handler.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ describe("httpHandler", () => {
let response = await fetchHttpHandler.handle({} as any, {});

expect(mockFetch.mock.calls.length).toBe(1);
console.log(response.response.body, typeof response.response.body);
expect(await blobToText(response.response.body)).toBe("FOO");
});

Expand Down

0 comments on commit 76c55a2

Please sign in to comment.