Skip to content

Commit 59549ce

Browse files
committed
yarn fmt
1 parent 887ae97 commit 59549ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/unit/node/constants.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ describe("constants", () => {
6060
})
6161

6262
it("should return a human-readable version string", () => {
63-
expect(constants.getVersionString()).toStrictEqual(`${mockPackageJson.version} ${mockPackageJson.commit} Code ${mockCodePackageJson.version}`)
63+
expect(constants.getVersionString()).toStrictEqual(
64+
`${mockPackageJson.version} ${mockPackageJson.commit} Code ${mockCodePackageJson.version}`,
65+
)
6466
})
6567

6668
it("should return a machine-readable version string", () => {

0 commit comments

Comments
 (0)