2.2.1 • Published 8 months ago
jest-snapshot-serializer-ansi v2.2.1
jest-snapshot-serializer-ansi
jest snapshot serializer for stripping ANSI escape codes
Install
npm install jest-snapshot-serializer-ansiNote: 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 testLicense
MIT © Ika