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

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

Awesome Lists containing this project

README

          

# Test Driven Development of a React Component with Mocha

[![Build Status](https://travis-ci.org/thomd/tdd-react.svg?branch=master)](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