mirror of https://github.com/waku-org/js-waku.git
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));
|
||||
});
|
||||
|
||||
it.only("Auto discovery", async function () {
|
||||
it("Auto discovery", async function () {
|
||||
this.timeout(60_000);
|
||||
|
||||
waku = await createLightNode({
|
||||
|
|
Loading…
Reference in New Issue