We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.1.36+ededc168c
Linux 5.15.167.4-microsoft-standard-WSL2 x86_64 x86_64
Run bun test twice with the following code
bun test
import { it, expect } from "bun:test"; it("Should work", () => { expect(`This is \`wrong\``).toMatchSnapshot(); });
It should pass after running twice.
The second run fails.
No response
The text was updated successfully, but these errors were encountered:
We will fix this in Bun v1.1.37, which ships tomorrow
Sorry, something went wrong.
pfgithub
Successfully merging a pull request may close this issue.
What version of Bun is running?
1.1.36+ededc168c
What platform is your computer?
Linux 5.15.167.4-microsoft-standard-WSL2 x86_64 x86_64
What steps can reproduce the bug?
Run
bun test
twice with the following codeWhat is the expected behavior?
It should pass after running twice.
What do you see instead?
The second run fails.
Additional information
No response
The text was updated successfully, but these errors were encountered: