mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
bun run prettier
This commit is contained in:
committed by
github-actions[bot]
parent
e8def8d473
commit
94eb6b9a9c
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user