borrado callback
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
9b91eb46f3
commit
46f325acc1
|
@ -30,10 +30,7 @@ async function test() {
|
|||
|
||||
const bootOptions = {dataSources};
|
||||
const app = require('vn-loopback/server/server');
|
||||
await new Promise((resolve, reject) => {
|
||||
app.boot(bootOptions,
|
||||
err => err ? reject(err) : resolve());
|
||||
});
|
||||
app.boot(bootOptions);
|
||||
// // FIXME: Workaround to wait for loopback to be ready
|
||||
// await app.models.Application.status();
|
||||
|
||||
|
|
Loading…
Reference in New Issue