2.0.0 • Published 11 months ago

@rickzhou/react-test v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

install

yarn add @rickzhou/react-test -D

config babel

echo "module.exports = require('@rickzhou/react-test').babel" > babel.config.js;

config jest

echo "module.exports = require('@rickzhou/react-test').jest" > jest.config.cjs;

config script

npm set-script test "jest"
npm set-script badges "npx istanbul-badges-readme --coverageDir='./coverage'"

add at least one of the below coverage hashes in your README file:

![Statements](#statements#)
![Branches](#branches#)
![Functions](#functions#)
![Lines](#lines#)

E.g.

Statements Branches Functions Lines