unexpected-jest-snapshot
v0.1.0
Published
Jest snapshots with unexpected
Downloads
3
Readme
unexpected-jest-snapshot
This module extends the unexpected assertion library with integration with jest snapshot testing.
How to use it
Node
Install it with npm:
$ npm install unexpected jest unexpected-jest-snapshot
Then:
const expect = require('unexpected').clone();
expect.use(require('unexpected-jest-snapshot'));