UNPKG

jest-auto-mock-components

Version:

Auto mock React components with jest

31 lines (30 loc) 672 B
{ "name": "jest-auto-mock-components", "version": "1.0.0", "description": "Auto mock React components with jest", "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/sjke/jest-auto-mock-component" }, "author": "Andrey P. <biglolko@gmail.com>", "license": "MIT", "keywords": [ "jest", "testing", "react", "jest-mock", "react-mock" ], "devDependencies": { "@babel/core": "^7.12.9", "@babel/parser": "^7.12.7", "@babel/traverse": "^7.12.9", "@babel/types": "^7.12.7" }, "peerDependencies": { "@babel/core": ">= 7.0.0", "jest": ">= 26.6.3" }, "dependencies": {} }