1.0.6 • Published 4 years ago

react-auto-tdd v1.0.6

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

React Auto TDD · GitHub license npm version

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.

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago