mirror of https://github.com/waku-org/js-waku.git
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…
Reference in New Issue