1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Configure ci build to run tests individually

This commit is contained in:
Thomas Huang 2017-07-23 21:35:21 -07:00
parent d571f5ee70
commit 55b7e457c5

View File

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