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