skip global check when checking for updates. #45
Annotations
2 errors
src/utils/versionCheck.test.ts > versionCheck > checkForUpdates > returns null when not running as global package:
src/utils/versionCheck.test.ts#L91
AssertionError: expected "spy" to not be called at all, but actually been called 1 times
Received:
1st spy call:
Array [
"https://registry.npmjs.org/mycoder/latest",
]
Number of calls: 1
❯ src/utils/versionCheck.test.ts:91:29
|
ci
Process completed with exit code 1.
|