Added done() to async beforeAll()
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-06-17 16:09:17 +02:00
parent cf1fde6892
commit bbbf008076
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ describe('ticket makeInvoice()', () => {
spyOn(LoopBackContext, 'getCurrentContext').and.returnValue({ spyOn(LoopBackContext, 'getCurrentContext').and.returnValue({
active: activeCtx active: activeCtx
}); });
done();
}); });
afterAll(async done => { afterAll(async done => {