-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
maintenanceMarks maintenance type of tasks.Marks maintenance type of tasks.testIssue related to the test suite with no expected consequence to production codeIssue related to the test suite with no expected consequence to production code
Description
Description
In this PR logos-messaging/logos-messaging-nim#3540 a breaking change is introduced we need to reflect in js-waku
It happens due to
js-waku/packages/tests/tests/waku.node.spec.ts
Lines 54 to 61 in f2ad23a
| it("connects to nwaku", async function () { | |
| this.timeout(20_000); | |
| nwaku = new ServiceNode(makeLogFileName(this)); | |
| await nwaku.start({ | |
| filter: true, | |
| store: true, | |
| lightpush: true | |
| }); |
Metadata
Metadata
Assignees
Labels
maintenanceMarks maintenance type of tasks.Marks maintenance type of tasks.testIssue related to the test suite with no expected consequence to production codeIssue related to the test suite with no expected consequence to production code
Type
Projects
Status
In Progress