fix: enable all tests (#1184)

This commit is contained in:
Danish Arora 2023-02-17 13:59:21 +05:30 committed by GitHub
parent 1b41569023
commit 8d8874d2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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({