1
0
Fork 0

Fixed test task

This commit is contained in:
Michaël Lemaire 2018-03-16 17:47:10 +01:00
parent 750ebb95da
commit 90d24291ce

View file

@ -189,7 +189,7 @@ function deploy(task) {
* Run tests in karma, using freshly built app
*/
function test(task) {
return ts().then(() => {
return Promise.all([ts(), vendors()]).then(() => {
return exec("karma start spec/support/karma.conf.js");
}).then(() => {
return exec("remap-istanbul -i out/coverage/coverage.json -o out/coverage -t html");