Skip to content
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

Add -u alias to bun test #10097

Merged
merged 3 commits into from
Jul 9, 2024
Merged

Add -u alias to bun test #10097

merged 3 commits into from
Jul 9, 2024

Conversation

silverwind
Copy link
Contributor

Fixes: #10073

What does this PR do?

Add -u alias to bun test as an alias to --update-snapshots

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

Compiled it and ran bun test -u against a project.

It seems there are no tests for --update-snapshot so I did not bother writing them and am also not willing to.

Copy link

@Mrgaton Mrgaton left a comment

Choose a reason for hiding this comment

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

i like it

@Jarred-Sumner Jarred-Sumner merged commit f1a748f into oven-sh:main Jul 9, 2024
49 of 52 checks passed
Copy link
Contributor

@Jarred-Sumner, your commit has failing tests :(

💻 1 failing tests Darwin x64 baseline

  • test/js/web/workers/worker.test.ts 1 failing

🪟💻 3 failing tests Windows x64 baseline

  • test/cli/install/registry/bun-install-registry.test.ts 1 failing
  • test/js/node/child_process/child_process.test.ts 1 failing
  • test/js/node/worker_threads/worker_threads.test.ts STATUS_SEVERITY_ERROR

🪟💻 3 failing tests Windows x64

  • test/cli/install/bun-workspaces.test.ts SIGKILL
  • test/cli/install/registry/bun-install-registry.test.ts 1 failing
  • test/js/node/child_process/child_process.test.ts 1 failing

View logs

@silverwind silverwind deleted the u branch July 10, 2024 11:21
paperclover pushed a commit that referenced this pull request Jul 16, 2024
Co-authored-by: Jarred Sumner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support -u alias in bun test
3 participants