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

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMapleLeaf committed Feb 1, 2024
1 parent d71224c commit 16ac2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/tests/tests/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']");
Expand Down

0 comments on commit 16ac2ce

Please sign in to comment.