We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7870c0b commit c8ed585Copy full SHA for c8ed585
test/unit/constants.test.ts
@@ -44,7 +44,7 @@ describe("constants", () => {
44
const isValidSemVar = validSemVar.test(version)
45
expect(version).not.toBe(null)
46
expect(isValidSemVar).toBe(true)
47
- expect(version).toBe("1.0.0")
+ expect(version).toBe(mockPackageJson.version)
48
})
49
50
describe("getPackageJson", () => {
0 commit comments