1.0.6 • Published 6 years ago
react-auto-tdd v1.0.6
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-tddGuidelines
Add script command in your package.json like below.
"tdd": "react-tdd -f src/root/path/fileName",Run command
npm run tddLicense
React Auto TDD is MIT licensed.