add Jest tests to travis (#287)

* add Jest tests to travis

* run npm test from client dir

* use correct npm args
This commit is contained in:
Bruce Martin
2018-10-01 15:25:27 -07:00
committed by GitHub
parent eeec842ad0
commit 67fc20b69a
+1
View File
@@ -14,4 +14,5 @@ install:
script:
- set -eo pipefail
- flake8 server/app/
- npm run --prefix client/ test
- pytest -s server/test