Skip to content
This repository was archived by the owner on Sep 15, 2018. It is now read-only.

watch: testing

AMitchemTW edited this page Sep 7, 2017 · 3 revisions

Running tests

Simply run

npm test (Windows) or ./go test (Mac/Linux) in the root directory

To run test in development mode (automatically retest code changes) run

npm run test:dev or ./go test:dev

To see the code coverage details and code styling errors

npm run precommit or ./go precommit

Useful articles

You can read about them separately or use the link above to give you a good information about how to use both with react

Clone this wiki locally