jest-serializer-supertest

1.6.5 • Public • Published

jjest-serializer-supertest

NPM version Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Remove absolute paths from your Jest snapshots.

Quick Start

npm install --save-dev jest-serializer-supertest

Add this to your package.json Jest config:

"jest": {
  "snapshotSerializers": [
    "jest-serializer-supertest"
  ]
}

Or include only in individual tests:

const serializer = require('jest-serializer-supertest')
 
expect.addSnapshotSerializer(serializer)

Package Sidebar

Install

npm i jest-serializer-supertest

Weekly Downloads

10

Version

1.6.5

License

MIT

Unpacked Size

136 kB

Total Files

7

Last publish

Collaborators

  • eyolas