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
; expect.addSnapshotSerializersnapshotSerializer; // with custom normalizer; expect.addSnapshotSerializercreatenormalizer;