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 a7bf308 commit be783caCopy full SHA for be783ca
test/unit/node/constants.test.ts
@@ -126,7 +126,7 @@ describe("constants", () => {
126
127
it("should return a human-readable version string", () => {
128
// this string is not super useful
129
- expect(constants.getVersionString()).toStrictEqual("development development Code development")
+ expect(constants.getVersionString()).toStrictEqual("development development with Code development")
130
})
131
132
it("should return a machine-readable version string", () => {
0 commit comments