This commit is contained in:
parent
96769d9ff9
commit
e14049a082
|
@ -52,15 +52,6 @@ async function test() {
|
||||||
await backendStatus();
|
await backendStatus();
|
||||||
|
|
||||||
jasmine.jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
|
jasmine.jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
|
||||||
const myReporter = {
|
|
||||||
specDone: function(result) {
|
|
||||||
for (const expectation of result.failedExpectations) {
|
|
||||||
console.warn('SpecFailed: ' + result.description);
|
|
||||||
console.warn('Failure: ' + expectation.message);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
jasmine.addReporter(myReporter);
|
|
||||||
await jasmine.execute();
|
await jasmine.execute();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue