diff --git a/workspaces/tests/tests/integration.test.ts b/workspaces/tests/tests/integration.test.ts index f060471..16ccc66 100644 --- a/workspaces/tests/tests/integration.test.ts +++ b/workspaces/tests/tests/integration.test.ts @@ -32,7 +32,7 @@ test("electron apis", async () => { ); }); -test.only("scripts", async () => { +test("scripts", async () => { await using window = await launchTestApp(); const counter = window.locator("[data-testid='counter']");