There was an error while loading. Please reload this page.
1 parent 1b1aa1d commit 0105797Copy full SHA for 0105797
test/utils/Apm.test.ts
@@ -2,7 +2,7 @@ import semver from "semver";
2
import { expect } from "chai";
3
import { Apm } from "../../src/utils/Apm";
4
5
-describe.only("Apm constructor", function () {
+describe("Apm constructor", function () {
6
this.timeout(60_000);
7
8
const dnpName = "admin.dnp.dappnode.eth";
0 commit comments