mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 22:03:07 +00:00
Name logs with test name only
This commit is contained in:
parent
127357b0a6
commit
71f3e9aa1f
@ -77,7 +77,7 @@ describe('Waku Relay', () => {
|
||||
);
|
||||
const multiAddrWithId = localMultiaddr + '/p2p/' + peerId;
|
||||
|
||||
nimWaku = new NimWaku(this.test!.title);
|
||||
nimWaku = new NimWaku(this.test!.ctx!.currentTest!.title);
|
||||
await nimWaku.start({ staticnode: multiAddrWithId });
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user