-
Notifications
You must be signed in to change notification settings - Fork 3.5k
run beforeAll before the first file and afterAll after the last file #23113
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
Conversation
|
Updated 9:41 PM PT - Sep 30th, 2025
❌ @pfgithub, your commit 1e1b542 has 5 failures in
🧪 To try this PR locally: bunx bun-pr 23113That installs a local version of the PR into your bun-23113 --bun |
WalkthroughStore test Config on Order and remove cfg parameters from multiple Order methods. Propagate a new FirstLast (first/last) flag through BunTest and TestCommand to control global hooks across multi-file runs. Add multi-file scheduling tests and update a regression snapshot. Changes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (1)
🧰 Additional context used📓 Path-based instructions (3)src/**/*.zig📄 CodeRabbit inference engine (.cursor/rules/building-bun.mdc)
Files:
**/*.zig📄 CodeRabbit inference engine (.cursor/rules/javascriptcore-class.mdc)
Files:
src/bun.js/**/*.zig📄 CodeRabbit inference engine (.cursor/rules/zig-javascriptcore-classes.mdc)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (2)
Comment |
Fixes #23066
Reverts the breaking change to this order made in #22534