bun run prettier

This commit is contained in:
Electroid
2025-05-19 19:22:33 +00:00
committed by github-actions[bot]
parent e8def8d473
commit 94eb6b9a9c

View File

@@ -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 () => {