no issue # . Remove WatchAll from yarn test causing the break
authorFernando Monserrat <fernando.monserrat@gmail.com>
Tue, 9 Oct 2018 15:13:06 +0000 (12:13 -0300)
committerFernando Monserrat <fernando.monserrat@gmail.com>
Tue, 9 Oct 2018 15:13:45 +0000 (12:13 -0300)
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat@veritasgenetics.com>

Makefile

index c28b4b86c360b0e4200af5f5eb6ef0513983da7b..2d218bb464911711a382b928cf52305809648012 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ yarn-install:
        yarn install
 
 test: yarn-install
-       yarn test       --no-watchAll --bail --ci
+       yarn test --bail --ci
 
 build: test
        yarn build