fix(tests): update
This commit is contained in:
parent
fd5f5e357c
commit
c94b5e0009
@ -40,8 +40,8 @@ tap.test("try to get async responses", async () => {
|
|||||||
getResponse();
|
getResponse();
|
||||||
getResponse2();
|
getResponse2();
|
||||||
getResponse2();
|
getResponse2();
|
||||||
smartdelay.delayFor(1000).then(() => {
|
await smartdelay.delayFor(1000).then(async () => {
|
||||||
getResponse();
|
await getResponse();
|
||||||
// getResponse2();
|
// getResponse2();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user