Skip to content

Commit

Permalink
bun-install-registry.test.ts: remove ini format hint here (#14803)
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro authored Oct 26, 2024
1 parent 2456d70 commit 5237869
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 @@ -422,7 +422,7 @@ registry = http://localhost:${port}/
.join("\n")
: "";

const ini = /* ini */ `
const ini = `
registry = http://localhost:${port}/
${Object.keys(opts)
.map(
Expand Down

0 comments on commit 5237869

Please sign in to comment.