From 94eb6b9a9cb0abc0ca1cbfc09ccd3857f7ae159c Mon Sep 17 00:00:00 2001 From: Electroid <3238291+Electroid@users.noreply.github.com> Date: Mon, 19 May 2025 19:22:33 +0000 Subject: [PATCH] `bun run prettier` --- test/cli/install/bun-pack.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/cli/install/bun-pack.test.ts b/test/cli/install/bun-pack.test.ts index 3767bf19f5..e412458c70 100644 --- a/test/cli/install/bun-pack.test.ts +++ b/test/cli/install/bun-pack.test.ts @@ -947,9 +947,7 @@ describe("files", () => { ]); await pack(packageDir, bunEnv); const tarball = readTarball(join(packageDir, "pack-files-changelog-1.1.2.tgz")); - expect(tarball.entries).toMatchObject([ - { "pathname": "package/package.json" }, - ]); + expect(tarball.entries).toMatchObject([{ "pathname": "package/package.json" }]); }); test("'files' field cannot exclude LICENSE", async () => {