Removed some test workarounds and updated README

This commit is contained in:
Shruti Ranganathan Jothi
2017-03-08 10:56:39 -08:00
parent 8e322de983
commit 6a0edc87dc
19 changed files with 66 additions and 80 deletions

View File

@@ -67,10 +67,10 @@ function test() {
}
})
.then(function () {
utils.printSuccess()
utils.printTestSuccess()
})
.fail(function handleError(err) {
utils.printFailure(err);
utils.printTestFailure(err);
});
}