diff --git a/test/asyncHook.test.ts b/test/asyncHook.test.ts index 0cc4cd1..c5c61c4 100644 --- a/test/asyncHook.test.ts +++ b/test/asyncHook.test.ts @@ -96,7 +96,7 @@ describe("async hook tests", () => { expect(complete).toBe(true); }); - test.only("should wait for arbitrary expectation to pass", async () => { + test("should wait for arbitrary expectation to pass", async () => { const { waitFor } = renderHook(() => null); let actual = 0;