removing tests because tests in command processor seem to be enough? #9121
Annotations
4 errors and 1 warning
Unit Tests:
packages/imperative/src/cmd/__tests__/CommandProcessor.unit.test.ts#L222
expect(received).toContain(expected) // indexOf
Expected substring: "Build help invoked!"
Received string: ""
at packages/imperative/src/cmd/__tests__/CommandProcessor.unit.test.ts:222:55
at fulfilled (packages/imperative/src/cmd/__tests__/CommandProcessor.unit.test.ts:15:58)
|
Unit Tests:
packages/imperative/src/cmd/__tests__/CommandProcessor.unit.test.ts#L231
expect(received).toContain(expected) // indexOf
Expected substring: "Version:"
Received string: ""
at packages/imperative/src/cmd/__tests__/CommandProcessor.unit.test.ts:231:58
at fulfilled (packages/imperative/src/cmd/__tests__/CommandProcessor.unit.test.ts:15:58)
|
Unit Tests:
packages/imperative/src/cmd/__tests__/CommandProcessor.unit.test.ts#L244
expect(received).toBeDefined()
Received: undefined
at packages/imperative/src/cmd/__tests__/CommandProcessor.unit.test.ts:244:23
at fulfilled (packages/imperative/src/cmd/__tests__/CommandProcessor.unit.test.ts:15:58)
|
Unit Tests
Process completed with exit code 1.
|
Post Checkout
The process '/usr/bin/git' failed with exit code 128
|
Loading