Skip to content

Commit

Permalink
Add ci flag to jest run
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Harding committed Mar 7, 2019
1 parent b96fd98 commit e9fc9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e9fc9d0

Please sign in to comment.