@lexa79/jest-matchers
Version:
Collection of personal additions to Jest for unit testing React applications
36 lines (35 loc) • 809 B
JSON
{
"name": "@lexa79/jest-matchers",
"version": "1.0.7",
"description": "Collection of personal additions to Jest for unit testing React applications",
"main": "index.js",
"scripts": {
"lint": "eslint **/*.js",
"put": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lexa7979/jest-matchers.git"
},
"keywords": [
"Unit testing",
"TDD",
"Jest",
"Snapshots",
"React"
],
"author": "alexander.urban@cygni.se",
"license": "MIT",
"bugs": {
"url": "https://github.com/lexa7979/jest-matchers/issues"
},
"homepage": "https://github.com/lexa7979/jest-matchers#readme",
"devDependencies": {
"@lexa79/eslint-config": "^1.0.2",
"eslint": "^6.5.1",
"eslint-plugin-jest": "^22.19.0"
},
"dependencies": {
"diffable-html": "^4.0.0"
}
}