waku-org / js-waku

JavaScript implementation of Waku v2
https://js.waku.org
Apache License 2.0
168 stars 42 forks source link

feat: unit testing @waku/core #2077

Open weboko opened 3 months ago

weboko commented 3 months ago
This is a **support request** ## Problem We have poor coverage on basic primitives in the code and E2E testing is too heavy to test such small things / changes. This task should cover reliability improvements delivered so far. ## Proposed Solutions Cover `@waku/core` with unit tests: - [ ] filter; - [ ] lightPush; - [ ] message; - [ ] metadata; - [ ] store; - [ ] streamManager; - [ ] baseProtocol; - [ ] connectionManager; - [ ] keepAliveManger;
weboko commented 3 months ago

Working on BaseProtocol + LightPush.