From 5237869101e0caa4dd59b025ee792aed1e2e000a Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 26 Oct 2024 16:51:19 -0700 Subject: [PATCH] bun-install-registry.test.ts: remove ini format hint here (#14803) --- test/cli/install/registry/bun-install-registry.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli/install/registry/bun-install-registry.test.ts b/test/cli/install/registry/bun-install-registry.test.ts index 265dfc5ed338bd..9efdf29e5d716c 100644 --- a/test/cli/install/registry/bun-install-registry.test.ts +++ b/test/cli/install/registry/bun-install-registry.test.ts @@ -422,7 +422,7 @@ registry = http://localhost:${port}/ .join("\n") : ""; - const ini = /* ini */ ` + const ini = ` registry = http://localhost:${port}/ ${Object.keys(opts) .map(