Effection v4 #1108
Annotations
10 errors
packages/covector/test/cli/command-status.test.ts#L16
AssertionError: expected '' to be '[info] There are no changes.\n[info] …' // Object.is equality
- Expected
+ Received
- [info] There are no changes.
- [info] There is 2 packages ready to publish which includes [email protected], [email protected]
-
❯ packages/covector/test/cli/command-status.test.ts:16:17
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
❯ node_modules/effection/src/lib/task.ts:216:26
❯ Object.with node_modules/effection/src/lib/context.ts:17:23
|
packages/command/test/sh.test.ts#L212
AssertionError: expected 'Process exited with non-zero status (…' to be 'spawn echo this thing | echo but actu…' // Object.is equality
Expected: "spawn echo this thing | echo but actually this ENOENT"
Received: "Process exited with non-zero status (1)"
❯ packages/command/test/sh.test.ts:212:32
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
❯ node_modules/effection/src/lib/task.ts:216:26
❯ Object.with node_modules/effection/src/lib/context.ts:17:23
|
packages/command/test/sh.test.ts#L176
AssertionError: expected 'but actually this' to be 'this thing | echo but actually this' // Object.is equality
Expected: "this thing | echo but actually this"
Received: "but actually this"
❯ packages/command/test/sh.test.ts:176:23
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
❯ node_modules/effection/src/lib/task.ts:216:26
❯ Object.with node_modules/effection/src/lib/context.ts:17:23
|
packages/command/test/sh.test.ts#L107
AssertionError: expected 'this\nthing' to be 'this\r\nthing' // Object.is equality
- Expected
+ Received
- this
+ this
thing
❯ packages/command/test/sh.test.ts:107:21
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
❯ node_modules/effection/src/lib/task.ts:216:26
❯ Object.with node_modules/effection/src/lib/context.ts:17:23
|
packages/command/test/sh.test.ts#L31
AssertionError: expected '"but this"' to be 'but this' // Object.is equality
Expected: "but this"
Received: ""but this""
❯ packages/command/test/sh.test.ts:31:36
|
packages/command/test/sh.test.ts#L12
AssertionError: expected 'this thing' to be 'this' // Object.is equality
Expected: "this"
Received: "this thing"
❯ packages/command/test/sh.test.ts:12:34
|
packages/command/test/commandFailure.test.ts#L112
Error: expected msg "'boop' is not recognized as an internal or external command,
operable program or batch file." doesn't match the received one "'boop' is not recognized as an internal or external command,"
❯ isShallowError packages/command/test/commandFailure.test.ts:112:11
❯ check node_modules/pino-test/pino-test.js:48:5
❯ Proxy.consecutive node_modules/pino-test/pino-test.js:122:5
|
packages/command/test/commandFailure.test.ts#L39
AssertionError: expected 'Process exited with non-zero status (…' to be 'spawn boop ENOENT' // Object.is equality
Expected: "spawn boop ENOENT"
Received: "Process exited with non-zero status (1)"
❯ packages/command/test/commandFailure.test.ts:39:29
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
❯ node_modules/effection/src/lib/task.ts:216:26
❯ Object.with node_modules/effection/src/lib/context.ts:17:23
|
packages/action/test/helpers.ts#L13
AssertionError: expected { level: 50, err: { …(3) }, …(1) } to deeply equal { command: 'version', …(2) }
- Expected
+ Received
Object {
- "command": "version",
- "level": 30,
- "msg": ".changes/first-change.md was deleted",
+ "err": Object {
+ "message": "client is not a function",
+ "stack": "TypeError: client is not a function
+ at D:\\a\\covector\\covector\\packages\\action\\src\\pr\\getCommitContext.ts:62:5
+ at Object.[Symbol.iterator] (file:///D:/a/covector/covector/node_modules/effection/src/lib/call.ts:78:29)
+ at Module.getCommitContext (D:\\a\\covector\\covector\\packages\\action\\src\\pr\\getCommitContext.ts:61:27)
+ at getCommitContext.next (<anonymous>)
+ at createContext (D:\\a\\covector\\covector\\packages\\action\\src\\index.ts:195:52)
+ at createContext.next (<anonymous>)
+ at applyChanges (D:\\a\\covector\\covector\\packages\\changelog\\src\\index.ts:196:38)
+ at applyChanges.next (<anonymous>)
+ at Module.fillChangelogs (D:\\a\\covector\\covector\\packages\\changelog\\src\\index.ts:56:33)
+ at fillChangelogs.next (<anonymous>)",
+ "type": "TypeError",
+ },
+ "level": 50,
+ "msg": "client is not a function",
}
❯ packages/action/test/helpers.ts:13:14
❯ check node_modules/pino-test/pino-test.js:48:5
❯ Proxy.consecutive node_modules/pino-test/pino-test.js:122:5
|
packages/action/test/helpers.ts#L13
AssertionError: expected { level: 50, err: { …(3) }, …(1) } to deeply equal { Object (msg, renderAsYAML, ...) }
- Expected
+ Received
Object {
- "level": 30,
- "msg": "covector version output",
- "renderAsYAML": "# Version Updates
-
- Merging this PR will release new versions of the following packages based on your change files.
-
- ",
+ "err": Object {
+ "message": "client is not a function",
+ "stack": "TypeError: client is not a function
+ at D:\\a\\covector\\covector\\packages\\action\\src\\pr\\getCommitContext.ts:62:5
+ at Object.[Symbol.iterator] (file:///D:/a/covector/covector/node_modules/effection/src/lib/call.ts:78:29)
+ at Module.getCommitContext (D:\\a\\covector\\covector\\packages\\action\\src\\pr\\getCommitContext.ts:61:27)
+ at getCommitContext.next (<anonymous>)
+ at createContext (D:\\a\\covector\\covector\\packages\\action\\src\\index.ts:195:52)
+ at createContext.next (<anonymous>)
+ at applyChanges (D:\\a\\covector\\covector\\packages\\changelog\\src\\index.ts:196:38)
+ at applyChanges.next (<anonymous>)
+ at Module.fillChangelogs (D:\\a\\covector\\covector\\packages\\changelog\\src\\index.ts:56:33)
+ at fillChangelogs.next (<anonymous>)",
+ "type": "TypeError",
+ },
+ "level": 50,
+ "msg": "client is not a function",
}
❯ packages/action/test/helpers.ts:13:14
❯ check node_modules/pino-test/pino-test.js:48:5
❯ Proxy.consecutive node_modules/pino-test/pino-test.js:122:5
|
The logs for this run have expired and are no longer available.
Loading