Skip to content

Commit

Permalink
remove only and run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Jul 3, 2023
1 parent 2482bb2 commit 0592a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/tests/connection_manager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const KEEP_ALIVE_OPTIONS: KeepAliveOptions = {
const TEST_TIMEOUT = 10_000;
const DELAY_MS = 1_000;

describe.only("ConnectionManager", function () {
describe("ConnectionManager", function () {
let connectionManager: ConnectionManager | undefined;
let waku: LightNode;
let peerId: string;
Expand Down

0 comments on commit 0592a10

Please sign in to comment.