mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-17 16:00:59 +00:00
fail a test for demo
This commit is contained in:
parent
3a02f64696
commit
c1afa3de80
@ -52,7 +52,7 @@ describe("Waku Filter V2: Subscribe", function () {
|
|||||||
await tearDownNodes([nwaku, nwaku2], waku);
|
await tearDownNodes([nwaku, nwaku2], waku);
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only("Subscribe and receive messages via lightPush", async function () {
|
it("Subscribe and receive messages via lightPush", async function () {
|
||||||
await subscription.subscribe([TestDecoder], messageCollector.callback);
|
await subscription.subscribe([TestDecoder], messageCollector.callback);
|
||||||
|
|
||||||
await waku.lightPush.send(TestEncoder, messagePayload);
|
await waku.lightPush.send(TestEncoder, messagePayload);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user