0.1.0 • Published 7 years ago

unexpected-jest-snapshot v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

unexpected-jest-snapshot

This module extends the unexpected assertion library with integration with jest snapshot testing.

NPM version Build Status

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'));
0.1.0

7 years ago

0.0.0

7 years ago