Skip to content

Commit

Permalink
only
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Oct 1, 2024
1 parent c96317e commit 54a57a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/install/registry/bun-install-registry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ export async function runBunPublish(
return { out, err, exitCode };
}

describe.only("publish", async () => {
describe("publish", async () => {
const authToken = await generateRegistryUser("yolo", "yolo");
const bunfig = `
[install]
Expand Down

0 comments on commit 54a57a8

Please sign in to comment.