We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8508457 commit fbe3ccfCopy full SHA for fbe3ccf
packages/modules/hivemq/src/hivemq-container.test.ts
@@ -27,7 +27,7 @@ describe("HiveMQContainer", { timeout: 240_000 }, () => {
27
});
28
29
30
- return expect(promise).resolves.toBeUndefined();
+ await expect(promise).resolves.toBeUndefined();
31
32
// }
33
0 commit comments