Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-unit-test

This repository is outdated - I do not use it nor maintain it anymore

Sample configuration to unit test a ReactJS application.

The unit tests run in nodejs, without any browser.

The build is based on:

install node modules

npm install -D

build, test and watch

./node_modules/.bin/gulp

only build

./node_modules/.bin/gulp build

only test

./node_modules/.bin/gulp test

build for production

./node_modules/.bin/gulp build --production

clean

./node_modules/.bin/gulp clean

About

Unit Test a ReactJS application

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages