UNPKG

skin-deep

Version:

Testing helpers for use with React's shallowRender test utils.

49 lines (48 loc) 1.29 kB
{ "name": "skin-deep", "version": "1.2.0", "description": "Testing helpers for use with React's shallowRender test utils.", "main": "skin-deep.js", "typings": "skin-deep.d.ts", "scripts": { "lint": "eslint . --max-warnings 0", "coverage": "istanbul cover _mocha --", "doc": "doctoc README.md", "test": "mocha", "test:all": "for i in $(grep 'REACT=' .travis.yml |sed 's/.*=//'); do REACT=$i sh ./install-relevant-react.sh && npm run test; done" }, "repository": { "type": "git", "url": "https://github.com/glenjamin/skin-deep.git" }, "keywords": [ "react", "reactjs", "test", "testing", "test utils", "assertion helpers", "shallow render", "shallowRender" ], "author": "Glen Mailer <glen@stainlessed.co.uk>", "license": "MIT", "bugs": { "url": "https://github.com/glenjamin/skin-deep/issues" }, "homepage": "https://github.com/glenjamin/skin-deep", "dependencies": { "escape-string-regexp": "^1.0.5", "is-subset": "^0.1.1", "react-element-to-string": "^1.0.2", "semver": "^5.3.0" }, "devDependencies": { "@glenjamin/eslint-config": "^2.1.0", "chai": "^3.4.0", "coveralls": "^2.11.2", "eslint": "2.8.0", "istanbul": "^0.4.0", "mocha": "^2.2.5" } }