docs(changeset): Add logs #31
Annotations
7 errors
test
Process completed with exit code 1.
|
src/index.test.ts > git-json-resolver-semver > semver-max > strict=true rejects prereleases:
lib/src/index.ts#L79
TypeError: Cannot read properties of undefined (reading 'debug')
❯ semverMax src/index.ts:79:10
❯ run src/index.test.ts:9:50
❯ src/index.test.ts:74:17
|
src/index.test.ts > git-json-resolver-semver > semver-max > strict=false allows prereleases/ranges:
lib/src/index.ts#L79
TypeError: Cannot read properties of undefined (reading 'debug')
❯ semverMax src/index.ts:79:10
❯ run src/index.test.ts:9:50
❯ src/index.test.ts:61:18
|
src/index.test.ts > git-json-resolver-semver > semver-max > respects fallback=ours/theirs/error:
lib/src/index.ts#L79
TypeError: Cannot read properties of undefined (reading 'debug')
❯ semverMax src/index.ts:79:10
❯ run src/index.test.ts:9:50
❯ src/index.test.ts:45:15
|
src/index.test.ts > git-json-resolver-semver > semver-max > respects fallback=continue when both invalid:
lib/src/index.ts#L79
TypeError: Cannot read properties of undefined (reading 'debug')
❯ semverMax src/index.ts:79:10
❯ run src/index.test.ts:9:50
❯ src/index.test.ts:39:17
|
src/index.test.ts > git-json-resolver-semver > semver-max > prefers valid when only one is valid:
lib/src/index.ts#L79
TypeError: Cannot read properties of undefined (reading 'debug')
❯ semverMax src/index.ts:79:10
❯ run src/index.test.ts:9:50
❯ src/index.test.ts:32:17
|
src/index.test.ts > git-json-resolver-semver > semver-max > picks higher when both valid:
lib/src/index.ts#L79
TypeError: Cannot read properties of undefined (reading 'debug')
❯ semverMax src/index.ts:79:10
❯ run src/index.test.ts:9:50
❯ src/index.test.ts:26:17
|