Configure ci build to run tests individually

feature/default_network_editable
Thomas Huang 7 years ago
parent d571f5ee70
commit 55b7e457c5
  1. 5
      circle.yml

@ -5,3 +5,8 @@ dependencies:
pre:
- "npm i -g testem"
- "npm i -g mocha"
test:
override:
- "npm run lint"
- "npm run test-coverage"
- "npm run test-integration"
Loading…
Cancel
Save