Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
6c6bf811a6
commit
837e27ed42
2 changed files with 4 additions and 3 deletions
|
@ -76,7 +76,7 @@ describe("local-room", () => {
|
|||
|
||||
it("should resolve the promise after invoking the callback", async () => {
|
||||
localRoom.afterCreateCallbacks.forEach((callback) => {
|
||||
callback(localRoom.actualRoomId);
|
||||
callback(localRoom.actualRoomId!);
|
||||
});
|
||||
await prom;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue