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 unexpected-snapshot to the plugins page #780

Merged
merged 1 commit into from
Dec 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions documentation/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Here is a list of plugins that is maintained by the unexpected team.
- [unexpected-resemble](https://unexpected.js.org/unexpected-resemble/): Image resemblance assertions based on [resemble.js](https://rsmbl.github.io/Resemble.js/). Works in both node.js and the browser.
- [unexpected-set](https://unexpected.js.org/unexpected-set/): Add support for [Set](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Set) instances.
- [unexpected-sinon](https://unexpected.js.org/unexpected-sinon/): Add support for [sinon](https://sinonjs.org/) spies.
- [unexpected-snapshot](https://github.com/unexpectedjs/unexpected-snapshot): Inline snapshot testing.
- [unexpected-stream](https://unexpected.js.org/unexpected-stream/): Assertions for node.js streams.

## Community plugins
Expand Down