mirror of https://github.com/waku-org/js-waku.git
self review
This commit is contained in:
parent
0e5ff3e13d
commit
95dbac3c57
|
@ -6,6 +6,6 @@
|
|||
"experimental-specifier-resolution=node",
|
||||
"loader=ts-node/esm"
|
||||
],
|
||||
"exit": true
|
||||
// "retries": 3
|
||||
"exit": true,
|
||||
"retries": 3
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@ import {
|
|||
|
||||
const secondDecoder = createDecoder(customContentTopic, DefaultPubSubTopic);
|
||||
|
||||
describe("Waku Store", function () {
|
||||
describe("Waku Store, general", function () {
|
||||
this.timeout(15000);
|
||||
let waku: LightNode;
|
||||
let waku2: LightNode;
|
||||
|
|
Loading…
Reference in New Issue