From 67fc20b69ac8d375aee05be09a0b4289a5b0e3b4 Mon Sep 17 00:00:00 2001 From: Bruce Martin Date: Mon, 1 Oct 2018 15:25:27 -0700 Subject: [PATCH] add Jest tests to travis (#287) * add Jest tests to travis * run npm test from client dir * use correct npm args --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 92c6e054..1c6c6480 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,5 @@ install: script: - set -eo pipefail - flake8 server/app/ + - npm run --prefix client/ test - pytest -s server/test