mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 18:25:20 +08:00
Add info on running tests continuously
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user