a
gitea/salix/pipeline/head Build queued... Details

This commit is contained in:
Vicent Llopis 2023-05-16 13:23:45 +02:00
parent dbac413922
commit 9b91eb46f3
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ async function test() {
app.boot(bootOptions,
err => err ? reject(err) : resolve());
});
// FIXME: Workaround to wait for loopback to be ready
await app.models.Application.status();
// // FIXME: Workaround to wait for loopback to be ready
// await app.models.Application.status();
const Jasmine = require('jasmine');
const jasmine = new Jasmine();