Skip to content

Add v0-specific change descriptions #1363

Add v0-specific change descriptions

Add v0-specific change descriptions #1363

Triggered via pull request November 18, 2024 15:35
Status Failure
Total duration 1m 19s
Artifacts

pr.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

13 errors
getQuestionsForPackage › allows prerelease change for package with prerelease version: src/__tests__/changefile/getQuestionsForPackage.test.ts#L108
expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 0 Array [ - "prerelease", "patch", "minor", "none", "major", ] at Object.<anonymous> (src/__tests__/changefile/getQuestionsForPackage.test.ts:108:21)
getQuestionsForPackage › excludes the change type question when prerelease is implicitly the only valid option: src/__tests__/changefile/getQuestionsForPackage.test.ts#L153
expect(received).toHaveLength(expected) Matcher error: received value must have a length property whose value must be a number Received has value: undefined at Object.<anonymous> (src/__tests__/changefile/getQuestionsForPackage.test.ts:153:23)
getQuestionsForPackage › uses options.changeTypeDescriptions if set: src/__tests__/changefile/getQuestionsForPackage.test.ts#L199
expect(received).toEqual(expected) // deep equality - Expected - 4 + Received + 0 @@ -5,10 +5,6 @@ }, Object { "title": " Minor - boring", "value": "minor", }, - Object { - "title": " Premajor - almost exciting", - "value": "premajor", - }, ] at Object.<anonymous> (src/__tests__/changefile/getQuestionsForPackage.test.ts:199:35)
getQuestionsForPackage › uses v0-specific options.changeTypeDescriptions if set: src/__tests__/changefile/getQuestionsForPackage.test.ts#L219
expect(received).toEqual(expected) // deep equality - Expected - 4 + Received + 0 @@ -5,10 +5,6 @@ }, Object { "title": " Minor - exciting v0!", "value": "minor", }, - Object { - "title": " Premajor - almost exciting", - "value": "premajor", - }, ] at Object.<anonymous> (src/__tests__/changefile/getQuestionsForPackage.test.ts:219:35)
build (ubuntu-latest, npm 8)
Process completed with exit code 1.
build (windows-latest, npm 8)
The job was canceled because "ubuntu-latest_8" failed.
build (windows-latest, npm 8)
The operation was canceled.
build (ubuntu-latest, npm 6)
The job was canceled because "ubuntu-latest_8" failed.
getQuestionsForPackage › allows prerelease change for package with prerelease version: src/__tests__/changefile/getQuestionsForPackage.test.ts#L108
expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 0 Array [ - "prerelease", "patch", "minor", "none", "major", ] at Object.<anonymous> (src/__tests__/changefile/getQuestionsForPackage.test.ts:108:21)
getQuestionsForPackage › excludes the change type question when prerelease is implicitly the only valid option: src/__tests__/changefile/getQuestionsForPackage.test.ts#L153
expect(received).toHaveLength(expected) Matcher error: received value must have a length property whose value must be a number Received has value: undefined at Object.<anonymous> (src/__tests__/changefile/getQuestionsForPackage.test.ts:153:23)
getQuestionsForPackage › uses options.changeTypeDescriptions if set: src/__tests__/changefile/getQuestionsForPackage.test.ts#L199
expect(received).toEqual(expected) // deep equality - Expected - 4 + Received + 0 @@ -5,10 +5,6 @@ }, Object { "title": " Minor - boring", "value": "minor", }, - Object { - "title": " Premajor - almost exciting", - "value": "premajor", - }, ] at Object.<anonymous> (src/__tests__/changefile/getQuestionsForPackage.test.ts:199:35)
getQuestionsForPackage › uses v0-specific options.changeTypeDescriptions if set: src/__tests__/changefile/getQuestionsForPackage.test.ts#L219
expect(received).toEqual(expected) // deep equality - Expected - 4 + Received + 0 @@ -5,10 +5,6 @@ }, Object { "title": " Minor - exciting v0!", "value": "minor", }, - Object { - "title": " Premajor - almost exciting", - "value": "premajor", - }, ] at Object.<anonymous> (src/__tests__/changefile/getQuestionsForPackage.test.ts:219:35)
build (ubuntu-latest, npm 6)
The operation was canceled.