jest-serializer-ansi-escapes
Version:
Jest snapshot serializer for ANSI escape sequences
42 lines (41 loc) • 838 B
JSON
{
"name": "jest-serializer-ansi-escapes",
"version": "5.0.0",
"description": "Jest snapshot serializer for ANSI escape sequences",
"keywords": [
"ansi",
"escape",
"sequences",
"jest",
"snapshots",
"serializer",
"testing"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mrazauskas/jest-serializer-ansi-escapes.git"
},
"license": "MIT",
"funding": "https://github.com/sponsors/mrazauskas",
"type": "commonjs",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.js"
],
"scripts": {
"test": "jest",
"test:coverage": "jest --collectCoverage"
},
"dependencies": {
"pretty-ansi": "^4.0.0"
},
"devDependencies": {
"jest": "30.3.0",
"pretty-format": "30.3.0"
},
"engines": {
"node": ">=20"
}
}