From f14306fe26c6a99414042ffcf90cd4264a35d498 Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Wed, 22 Dec 2021 14:05:42 -0600 Subject: [PATCH] remove .only --- integration/rendering.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/rendering.test.tsx b/integration/rendering.test.tsx index ebc09e3..058a1be 100644 --- a/integration/rendering.test.tsx +++ b/integration/rendering.test.tsx @@ -250,7 +250,7 @@ test("button onClick", async () => { await waitForWithTimeout(() => clicked, 1000) }) -test.only("button click with state", async () => { +test("button click with state", async () => { function Counter() { const [count, setCount] = useState(0) return