jest-snapshot-serializer-function-name
Version:
Jest snapshot serializer that adds function names to snapshots
23 lines (22 loc) • 644 B
JSON
{
"name": "jest-snapshot-serializer-function-name",
"version": "1.1.0",
"description": "Jest snapshot serializer that adds function names to snapshots",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "Stephen Scott <me@suchipi.com>",
"license": "ISC",
"devDependencies": {
"jest": "^20.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/suchipi/jest-snapshot-serializer-function-name"
},
"bugs": {
"url": "https://github.com/suchipi/jest-snapshot-serializer-function-name/issues"
},
"homepage": "https://github.com/suchipi/jest-snapshot-serializer-function-name"
}