mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 23:33:08 +00:00
fix: enable all tests (#1184)
This commit is contained in:
parent
1b41569023
commit
8d8874d2bb
@ -30,7 +30,7 @@ describe("Peer Exchange", () => {
|
|||||||
!!waku && waku.stop().catch((e) => console.log("Waku failed to stop", e));
|
!!waku && waku.stop().catch((e) => console.log("Waku failed to stop", e));
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only("Auto discovery", async function () {
|
it("Auto discovery", async function () {
|
||||||
this.timeout(60_000);
|
this.timeout(60_000);
|
||||||
|
|
||||||
waku = await createLightNode({
|
waku = await createLightNode({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user