fix tests

This commit is contained in:
2018-12-28 15:42:59 +03:00
parent c119546aaa
commit eafc78ae6e
2 changed files with 12 additions and 31 deletions

View File

@@ -9,5 +9,5 @@ test:
- mongo:4
script:
- npm i npm@latest -g
- npm i && cd client && npm i
- npm i && cd client && npm i & cd ..
- npm test