Skip to content

test(pack): including/excluding changelogs via "files" #19113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

DonIsaac
Copy link
Contributor

What does this PR do?

How did you verify your code works?

This PR only adds tests

@DonIsaac DonIsaac requested a review from dylan-conway April 18, 2025 17:40
@robobun
Copy link

robobun commented Apr 18, 2025

Updated 2:55 PM PT - Apr 20th, 2025

@DonIsaac, your commit 4c44733 has 1 failures in Build #15234:


🧪   try this PR locally:

bunx bun-pr 19113

@DonIsaac DonIsaac added the bun install Something that relates to the npm-compatible client label Apr 18, 2025
expect(tarball.entries).toMatchObject([{ "pathname": "package/package.json" }]);
await pack(packageDir, bunEnv);
const tarball = readTarball(join(packageDir, "pack-ignore-1-0.0.0.tgz"));
expect(tarball.entries).toMatchObject([{ "pathname": "package/package.json" }]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test is failing, but it might be a bug in toMatchObject?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bun install Something that relates to the npm-compatible client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants