Skip to content

Commit dd5768e

Browse files
rm: only
1 parent 5ceff83 commit dd5768e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/local-discovery/src/local_discovery.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function setPeersInLocalStorage(
3939
localStorage.setItem("waku:peers", JSON.stringify(peers));
4040
}
4141

42-
describe.only("Local Storage Discovery", function () {
42+
describe("Local Storage Discovery", function () {
4343
this.timeout(25_000);
4444
let components: Libp2pComponents;
4545

0 commit comments

Comments
 (0)