Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Remove unused sleep() function from Auth.test.ts
Browse files Browse the repository at this point in the history
Linter was complaining
  • Loading branch information
shyndman committed Mar 10, 2021
1 parent fd43da5 commit 541ea92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Auth.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import "jest-extended";
import { auth } from "./test/test-utils";

function sleep(ms: number) {
return new Promise((resolve) => setTimeout(resolve, ms));
}

jest.useFakeTimers("modern");

it("should register first user", async () => {
Expand Down

0 comments on commit 541ea92

Please sign in to comment.