react-native-jest-serializer

v1.1.0
A jest snapshot serializer tailored for react-native.

react-native-jest-serializer

A jest snapshot serializer tailored for react-native.

Features

Hex color highlighting

Screen Shot 2019-08-18 at 10 22 03 PM

Style array merging

Screen Shot 2019-08-18 at 10 09 48 PM

Non-presentational prop omitting

Screen Shot 2019-08-18 at 10 10 03 PM

Setup

yarn add -D react-native-jest-serializer

Then either:

Declare in your package.json / jest config:

"jest": {
  "snapshotSerializers": ["react-native-jest-serializer"]
}

OR

Add in your test setup file:

expect.addSnapshotSerializer(require('react-native-jest-serializer'));

npm i react-native-jest-serializer

Metadata

  • MIT
  • Whatever
  • Wes Johnson
  • released 8/19/2019

Downloads

Maintainers