jest-prop-type-throw-error
Version:
this package will help prop type to thrown the error instead of console.warning
25 lines (24 loc) • 687 B
JSON
{
"name": "jest-prop-type-throw-error",
"version": "1.0.1",
"description": "this package will help prop type to thrown the error instead of console.warning",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jest",
"test",
"prop-type"
],
"author": "rendyadisaputra",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/rendyadisaputra/jest-react-prop-type-error.git"
},
"bugs": {
"url": "https://github.com/rendyadisaputra/jest-react-prop-type-error/issues"
},
"homepage": "https://github.com/rendyadisaputra/jest-react-prop-type-error#readme"
}