mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-09 03:19:59 +00:00
Removed some test workarounds and updated README
This commit is contained in:
@@ -67,10 +67,10 @@ function test() {
|
||||
}
|
||||
})
|
||||
.then(function () {
|
||||
utils.printSuccess()
|
||||
utils.printTestSuccess()
|
||||
})
|
||||
.fail(function handleError(err) {
|
||||
utils.printFailure(err);
|
||||
utils.printTestFailure(err);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user