T3060
Depends on D13644
Add unit tests for main
Patch bug found by introduction of test to correctly pass address param
Differential D13645
[alias-server] Unit tests for main.js bytesofman on Apr 8 2023, 23:21. Authored by
Details
T3060 Depends on D13644 Add unit tests for main Patch bug found by introduction of test to correctly pass address param npm test
Diff Detail
Event TimelineComment Actions
Where is that bug ? If the culprit is not landed already you should avoid introducing it rather than fixing it. Comment Actions Was introduced before this stack. address is needed as a param to pass to initializeWebsocket This was done properly in the unit tests. But was omitted in index.js, which called the function incorrectly. |