Skip to content

Commit 3abad8a

Browse files
authored
Remove .only from test case
1 parent 0350253 commit 3abad8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/install/bun-workspaces.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@ describe("install --filter", () => {
16271627
});
16281628
});
16291629

1630-
test.only("can override npm package with workspace package under a different name", async () => {
1630+
test("can override npm package with workspace package under a different name", async () => {
16311631
await Promise.all([
16321632
write(
16331633
packageJson,

0 commit comments

Comments
 (0)