refs #6213 fixJasmineConfiguration
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pablo Natek 2023-10-04 07:48:00 +02:00
parent 96769d9ff9
commit e14049a082
1 changed files with 0 additions and 9 deletions

View File

@ -52,15 +52,6 @@ async function test() {
await backendStatus();
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();
}