2.2.1 • Published 12 months ago

jest-snapshot-serializer-ansi v2.2.1

Weekly downloads
14,071
License
MIT
Repository
github
Last release
12 months ago

jest-snapshot-serializer-ansi

npm build

jest snapshot serializer for stripping ANSI escape codes

Changelog

Install

npm install jest-snapshot-serializer-ansi

Note: This package is now pure ESM, you may want to install jest-snapshot-serializer-ansi@1 if you'd like to use it in CJS environment

Usage

In setup file or test file:

import serializerAnsi from 'jest-snapshot-serializer-ansi'
expect.addSnapshotSerializer(serializerAnsi)

Development

# lint
pnpm run lint

# build
pnpm run build

# test
pnpm run test

License

MIT © Ika

2.2.1

12 months ago

2.1.2

12 months ago

2.2.0

12 months ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.0

8 years ago