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:
parent
d571f5ee70
commit
55b7e457c5
@ -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"
|
Loading…
Reference in New Issue
Block a user