Skip to content

Commit

Permalink
chore: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Oct 9, 2024
1 parent e84eb62 commit b7bdb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/tests/health-manager/protocols.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b7bdb60

Please sign in to comment.