chore: remove .only

This commit is contained in:
Danish Arora 2024-10-09 12:27:47 +05:30
parent e84eb620f7
commit b7bdb60dba
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

@ -17,7 +17,7 @@ import {
const NUM_NODES = [0, 1, 2, 3];
describe.only("Health Manager", function () {
describe("Health Manager", function () {
this.timeout(10_000);
let waku: LightNode;