feat(device): Wait for read user/hardware config until device is ready (#443)

* feat(device): Wait for read user/hardware config until device is ready

* ci: remove uhk-web test runners until not I will fix the chome on mac
This commit is contained in:
Róbert Kiss
2017-10-14 00:55:16 +02:00
committed by László Monda
parent 235034bc68
commit 01b07a3ab7
3 changed files with 3 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
},
"scripts": {
"postinstall": "lerna bootstrap",
"test":"run-p -sn test:test-serializer test:uhk-common test:uhk-web",
"test":"run-p -sn test:test-serializer test:uhk-common",
"test:test-serializer": "lerna exec --scope test-serializer npm test",
"test:uhk-common": "lerna exec --scope uhk-common npm test",
"test:uhk-web": "lerna exec --scope uhk-web npm test",