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
"Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
When the actual output doesn't match the expectation, Jest "displays differences clearly so people can review changes confidently."
E.g. (borrowed from README.md):
const a = ['delete', 'common', 'changed from']; const b = ['common', 'changed to', 'insert']; const difference = diff(a, b);
- Expected + Received Array [ - "delete", "common", - "changed from", + "changed to", + "insert", ]
https://github.com/facebook/jest/tree/master/packages/jest-diff
No
No.
The text was updated successfully, but these errors were encountered:
Add jest-diff article #52
b03b5bf
Add blog post about jest-diff #52
2106423
No branches or pull requests
General
Description
"Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
When the actual output doesn't match the expectation, Jest "displays differences clearly so people can review changes confidently."
E.g. (borrowed from README.md):
Links
https://github.com/facebook/jest/tree/master/packages/jest-diff
What makes it interesting
Related work
No
Other
No.
The text was updated successfully, but these errors were encountered: