An open API service indexing awesome lists of open source software.

https://github.com/gnujoow/react-tdd

personal practice for react TDD
https://github.com/gnujoow/react-tdd

Last synced: 12 months ago
JSON representation

personal practice for react TDD

Awesome Lists containing this project

README

          

# react TDD

this repo is personal practice for react TDD(Test driven development). the test is built with
- [MochaJS](https://mochajs.org/)
- [Chai-jquery](https://github.com/chaijs/chai-jquery)
- [Chai](http://chaijs.com/api/bdd/)

This project has been carried out while taking to [Advanced React and Redux](https://www.udemy.com/react-redux-tutorial/learn/v4/overview) I am not familiar with node.js so I forked [this repositroy](https://github.com/StephenGrider/ReduxSimpleStarter) and wrote the code.

to run app

```
$ npm start
```

to run test

```
$ npm run test:watch
```