bun
bun copied to clipboard
Add snapshot testing
What is the problem this feature would solve?
Jest supports snapshot testing, but Bun does not supports it.
What is the feature you are proposing to solve the problem?
To support running tests that are using snapshot testing.
What alternatives have you considered?
No response
Yeah, we need to do this
- Delta and Simulate testing ?
Going to pick this up
This was implemented, you can now use expect().toMatchSnapshot()
. We still need to implement inline snapshots.