https://github.com/thomd/tdd-react
TDD of a React Component using Mocha and Webpack
https://github.com/thomd/tdd-react
Last synced: about 1 year ago
JSON representation
TDD of a React Component using Mocha and Webpack
- Host: GitHub
- URL: https://github.com/thomd/tdd-react
- Owner: thomd
- Created: 2016-02-05T22:25:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T22:43:18.000Z (over 10 years ago)
- Last Synced: 2025-02-05T21:42:44.785Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Driven Development of a React Component with Mocha
[](https://travis-ci.org/thomd/tdd-react)
This is an example of how to test a __React__ component with __Mocha__ using __Webpack__.
## Run Tests
npm test
## Run Dev Server
npm run dev
open http://localhost:3000