Skip to content

Commit 2948314

Browse files
committed
prettier
1 parent 024321c commit 2948314

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

test/scripts/set-release-id-in-config-yml-test.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ describe("set-release-id-in-config-yml", function () {
1313
const fs = nodeRequire("fs");
1414
const os = nodeRequire("os");
1515
const path = nodeRequire("path");
16-
const packageJsonPath = path.resolve(__dirname, "../..", "package.json");
16+
const packageJsonPath = path.resolve(
17+
__dirname,
18+
"../..",
19+
"package.json",
20+
);
1721
const expectedRelease = `v${
1822
JSON.parse(fs.readFileSync(packageJsonPath, "utf8")).version
1923
}`;

0 commit comments

Comments
 (0)