react-auto-tdd
v1.0.6
Published
React-Auto-TDD beta is a JavaScript library helps you to kickstart Test Case.
Downloads
18
Maintainers
Readme
React Auto TDD ·
React-Auto-TDD beta is a JavaScript library helps you to kickstart your Test Case, prescribing best practices and tools to help you stay productive.
This Module aims to help developer to save time in basic test setup once and yet to support for existing spec files.
Module consumes Jest
, React Testing Library
, Redux Mock Store
.
Installation
Tool has been designed for gradual adoption from the start.
npm i -D react-auto-tdd
Guidelines
Add script command in your package.json like below.
"tdd": "react-tdd -f src/root/path/fileName",
Run command
npm run tdd
License
React Auto TDD is MIT licensed.