Skip to content

Commit 0105797

Browse files
remove only from test
1 parent 1b1aa1d commit 0105797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/Apm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import semver from "semver";
22
import { expect } from "chai";
33
import { Apm } from "../../src/utils/Apm";
44

5-
describe.only("Apm constructor", function () {
5+
describe("Apm constructor", function () {
66
this.timeout(60_000);
77

88
const dnpName = "admin.dnp.dappnode.eth";

0 commit comments

Comments
 (0)