From e9fc9d04081a712935af084e1d8e8e13a2c4cb61 Mon Sep 17 00:00:00 2001 From: Will Harding Date: Thu, 7 Mar 2019 11:52:23 -0800 Subject: [PATCH] Add ci flag to jest run --- Makefile.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ci b/Makefile.ci index c81f9efc5..efe522f26 100644 --- a/Makefile.ci +++ b/Makefile.ci @@ -12,4 +12,4 @@ build: test: @echo "Testing..." - . ~/.nvm/nvm.sh && nvm use 8.4.0 && npm run test + . ~/.nvm/nvm.sh && nvm use 8.4.0 && ./node_modules/.bin/jest --ci