This module extends the unexpected assertion library with integration with jest snapshot testing.
Install it with npm:
$ npm install unexpected jest unexpected-jest-snapshot
Then:
const expect = require('unexpected').clone();
expect.use(require('unexpected-jest-snapshot'));