Add info on running tests continuously

This commit is contained in:
Martin Jul
2015-10-20 16:25:32 +02:00
parent e710db370c
commit 1424f8f41d
+4
View File
@@ -38,6 +38,9 @@ npm run dist
# Run unit tests
npm test
# Run the unit tests continuously (repeat the test when code changes are saved)
npm run test:watch
# Lint all files in src (also automatically done AFTER tests are run)
npm run lint
@@ -67,3 +70,4 @@ react-webpack-template is available under MIT-License and can therefore be used
## Contributors
- Weblogixx (cs@weblogixx.de)
- Martin Jul (martin@mjul.com)