This repository was archived by the owner on Mar 1, 2025. It is now read-only.
chore: remove lockfile #50
Annotations
3 errors
test/lockfile.test.ts > readLockfile > should read existing lockfile:
test/lockfile.test.ts#L69
AssertionError: expected { versions: [ { …(3) } ] } to deeply equal { versions: [ { …(3) } ], …(1) }
- Expected
+ Received
{
- "latestVersion": "15.0",
"versions": [
{
"draft": false,
"emoji_version": "15.0",
"unicode_version": "15.0",
},
],
}
❯ test/lockfile.test.ts:69:20
|
test/lockfile.test.ts > readLockfile > should return default lockfile when file does not exist:
test/lockfile.test.ts#L83
AssertionError: expected { versions: [] } to deeply equal { versions: [], latestVersion: null }
- Expected
+ Received
{
- "latestVersion": null,
"versions": [],
}
❯ test/lockfile.test.ts:83:20
|
build
Process completed with exit code 1.
|