mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-04 08:34:57 +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