Add v0-specific change descriptions #1358
Annotations
19 errors
change command › creates and stages a change file:
src/__e2e__/change.test.ts#L110
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
Expected: "Please describe the changes for: foo"
Received
1: ""
-> 2: "Please describe the changes for: foo (currently v1.0.0)"
Number of calls: 2
at Object.<anonymous> (src/__e2e__/change.test.ts:110:28)
|
change command › creates and commits a change file:
src/__e2e__/change.test.ts#L142
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
Expected: "Please describe the changes for: foo"
Received
1: ""
-> 2: "Please describe the changes for: foo (currently v1.0.0)"
Number of calls: 2
at Object.<anonymous> (src/__e2e__/change.test.ts:142:28)
|
change command › creates and commits a change file with changeDir set:
src/__e2e__/change.test.ts#L173
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
Expected: "Please describe the changes for: foo"
Received
1: ""
-> 2: "Please describe the changes for: foo (currently v1.0.0)"
Number of calls: 2
at Object.<anonymous> (src/__e2e__/change.test.ts:173:28)
|
change command › creates a change file when there are no changes but package name is provided:
src/__e2e__/change.test.ts#L201
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
Expected: "Please describe the changes for: foo"
Received
1: ""
-> 2: "Please describe the changes for: foo (currently v1.0.0)"
Number of calls: 2
at Object.<anonymous> (src/__e2e__/change.test.ts:201:28)
|
change command › creates and commits change files for multiple packages:
src/__e2e__/change.test.ts#L221
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
Expected: "Please describe the changes for: pkg-1"
Received
1: ""
-> 2: "Please describe the changes for: pkg-1 (currently v1.0.0)"
Number of calls: 2
at Object.<anonymous> (src/__e2e__/change.test.ts:221:28)
|
change command › creates and commits grouped change file for multiple packages:
src/__e2e__/change.test.ts#L263
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
Expected: "Please describe the changes for: pkg-1"
Received
1: ""
-> 2: "Please describe the changes for: pkg-1 (currently v1.0.0)"
Number of calls: 2
at Object.<anonymous> (src/__e2e__/change.test.ts:263:28)
|
change command › uses custom per-package prompt:
src/__e2e__/change.test.ts#L308
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
Expected: "Please describe the changes for: pkg-1"
Received
1: ""
-> 2: "Please describe the changes for: pkg-1 (currently v1.0.0)"
Number of calls: 2
at Object.<anonymous> (src/__e2e__/change.test.ts:308:28)
|
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.
|
change command › creates and stages a change file:
src/__e2e__/change.test.ts#L110
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
Expected: "Please describe the changes for: foo"
Received
1: ""
-> 2: "Please describe the changes for: foo (currently v1.0.0)"
Number of calls: 2
at Object.<anonymous> (src/__e2e__/change.test.ts:110:28)
|
change command › creates and commits a change file:
src/__e2e__/change.test.ts#L142
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
Expected: "Please describe the changes for: foo"
Received
1: ""
-> 2: "Please describe the changes for: foo (currently v1.0.0)"
Number of calls: 2
at Object.<anonymous> (src/__e2e__/change.test.ts:142:28)
|
change command › creates and commits a change file with changeDir set:
src/__e2e__/change.test.ts#L173
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
Expected: "Please describe the changes for: foo"
Received
1: ""
-> 2: "Please describe the changes for: foo (currently v1.0.0)"
Number of calls: 2
at Object.<anonymous> (src/__e2e__/change.test.ts:173:28)
|
change command › creates a change file when there are no changes but package name is provided:
src/__e2e__/change.test.ts#L201
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
Expected: "Please describe the changes for: foo"
Received
1: ""
-> 2: "Please describe the changes for: foo (currently v1.0.0)"
Number of calls: 2
at Object.<anonymous> (src/__e2e__/change.test.ts:201:28)
|
change command › creates and commits change files for multiple packages:
src/__e2e__/change.test.ts#L221
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
Expected: "Please describe the changes for: pkg-1"
Received
1: ""
-> 2: "Please describe the changes for: pkg-1 (currently v1.0.0)"
Number of calls: 2
at Object.<anonymous> (src/__e2e__/change.test.ts:221:28)
|
change command › creates and commits grouped change file for multiple packages:
src/__e2e__/change.test.ts#L263
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
Expected: "Please describe the changes for: pkg-1"
Received
1: ""
-> 2: "Please describe the changes for: pkg-1 (currently v1.0.0)"
Number of calls: 2
at Object.<anonymous> (src/__e2e__/change.test.ts:263:28)
|
change command › uses custom per-package prompt:
src/__e2e__/change.test.ts#L308
expect(jest.fn()).toHaveBeenLastCalledWith(...expected)
Expected: "Please describe the changes for: pkg-1"
Received
1: ""
-> 2: "Please describe the changes for: pkg-1 (currently v1.0.0)"
Number of calls: 2
at Object.<anonymous> (src/__e2e__/change.test.ts:308:28)
|
build (ubuntu-latest, npm 6)
The operation was canceled.
|