We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887ae97 commit 59549ceCopy full SHA for 59549ce
test/unit/node/constants.test.ts
@@ -60,7 +60,9 @@ describe("constants", () => {
60
})
61
62
it("should return a human-readable version string", () => {
63
- expect(constants.getVersionString()).toStrictEqual(`${mockPackageJson.version} ${mockPackageJson.commit} Code ${mockCodePackageJson.version}`)
+ expect(constants.getVersionString()).toStrictEqual(
64
+ `${mockPackageJson.version} ${mockPackageJson.commit} Code ${mockCodePackageJson.version}`,
65
+ )
66
67
68
it("should return a machine-readable version string", () => {
0 commit comments