jest-serializers

0.0.2 • Public • Published

This is a WIP - And it is not ready to be used :)

jest-serializers

A collection of jest serializers.

Motivation

Jest's snapshot testing is awesome, but it is currently associated with testing React components. The infrastructure that jest provides for snapshots is agnostic of React and can be used for a lot of amazing things. I would love to explore what snapshot testing can be used for and provide a way for the community to use this serializers.

npm install --save-dev jest-serializers

More about Jest's snapshotSerializer config here.

Available serializers

jest-serializers/enzyme

A snapshot serializer for Jest+Enzyme.

"jest"{
  "snapshotSerializers": ["<rootDir>/node_modules/jest-serializers/enzyme"]
}

Readme

Keywords

Package Sidebar

Install

npm i jest-serializers

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • rogeliog