test: make node_env to be test in circle ci

This commit is contained in:
Clark Du 2018-01-23 14:21:15 +08:00
parent ed379b33a3
commit a6caff9d29
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
# Test
- run:
name: Tests
command: yarn test && yarn coverage
command: NODE_ENV=test yarn test && yarn coverage
# Release edge
- run: