1.6.5 • Published 5 years ago

jest-serializer-supertest v1.6.5

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

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)
1.6.5

5 years ago

1.6.4

5 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago