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
- Host: GitHub
- URL: https://github.com/gnujoow/react-tdd
- Owner: gnujoow
- Created: 2016-08-17T11:53:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T06:20:27.000Z (over 9 years ago)
- Last Synced: 2025-02-07T15:25:43.049Z (about 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```