0.1.7 • Published 4 years ago

alpha-serializer-jest v0.1.7

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

alpha-serializer-jest

Snapshot serializer for jest test runner.

Install

npm install --save alpha-serializer-jest

Usage

Via global config

{
    ...
    "jest": {
        "snapshot-serializers": ["alpha-serializer-jest"]
    }
}

Or in your tests code

const snapshotSerializer = require('alpha-serializer-jest');

expect.addSnapshotSerializer(snapshotSerializer);

// with custom normalizer
const {create} = require('alpha-serializer-jest');

expect.addSnapshotSerializer(create(normalizer));
0.1.7

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.1

5 years ago

0.1.0

6 years ago