Skip to content

Commit c8ed585

Browse files
jsjoeiocode-asher
andauthored
Update test/unit/constants.test.ts
Co-authored-by: Asher <[email protected]>
1 parent 7870c0b commit c8ed585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/constants.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe("constants", () => {
4444
const isValidSemVar = validSemVar.test(version)
4545
expect(version).not.toBe(null)
4646
expect(isValidSemVar).toBe(true)
47-
expect(version).toBe("1.0.0")
47+
expect(version).toBe(mockPackageJson.version)
4848
})
4949

5050
describe("getPackageJson", () => {

0 commit comments

Comments
 (0)