Skip to content

Commit

Permalink
test: Comment out .timeout
Browse files Browse the repository at this point in the history
With this change tests pass :D
  • Loading branch information
wolfy1339 committed May 17, 2019
1 parent e81fffe commit a4f3b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe("app.js", () => {
expect(token).toEqual("bar");
expect(mock.pendingMocks()).toStrictEqual([]);
});
}).timeout(oneHourInMs + 2000);
}); //.timeout(oneHourInMs + 2000);

it("supports custom cache", () => {
nock("https://api.github.com")
Expand Down

0 comments on commit a4f3b96

Please # to comment.