Effection v4 #1108
Annotations
10 errors
packages/covector/test/integration/complex.test.ts#L578
Error: Snapshot `integration test for complex commands > dry run > runs test 1` mismatched
- Expected
+ Received
@@ -125,6 +125,7 @@
"versionPatch": 0,
},
},
},
},
+ "response": "complete",
}
❯ packages/covector/test/integration/complex.test.ts:578:26
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
|
packages/covector/test/integration/complex.test.ts#L412
Error: Snapshot `integration test for complex commands > dry run > runs version 1` mismatched
- Expected
+ Received
@@ -12,6 +12,7 @@
"postcommand": false,
"precommand": false,
},
},
"pipeTemplate": {},
+ "response": "complete",
}
❯ packages/covector/test/integration/complex.test.ts:412:26
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
|
packages/covector/test/integration/complex.test.ts#L369
Error: Snapshot `integration test for complex commands > prod > runs build 1` mismatched
- Expected
+ Received
@@ -114,6 +114,7 @@
"versionPatch": 0,
},
},
},
},
+ "response": "complete",
}
❯ packages/covector/test/integration/complex.test.ts:369:26
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
|
packages/covector/test/integration/complex.test.ts#L278
Error: Snapshot `integration test for complex commands > prod > runs test 1` mismatched
- Expected
+ Received
@@ -134,6 +134,7 @@
"versionPatch": 0,
},
},
},
},
+ "response": "complete",
}
❯ packages/covector/test/integration/complex.test.ts:278:26
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
|
packages/covector/test/integration/complex.test.ts#L42
Error: Snapshot `integration test for complex commands > prod > runs version 1` mismatched
- Expected
+ Received
@@ -12,6 +12,7 @@
"postcommand": false,
"precommand": false,
},
},
"pipeTemplate": {},
+ "response": "complete",
}
❯ packages/covector/test/integration/complex.test.ts:42:26
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
|
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/covector/test/cli/command-init.test.ts#L47
Error: Snapshot `integration test for init command > sets gitSiteUrl default to repo url 1` mismatched
- Expected
+ Received
- "◆ What is the url to your GitHub repo?
- ◆ should we include GitHub Action workflows?
- ◆ What is the name of your default branch?
- "
+ ""
❯ packages/covector/test/cli/command-init.test.ts:47:23
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
|
packages/covector/test/cli/command-init.test.ts#L26
Error: Snapshot `integration test for init command > runs on a workspace 1` mismatched
- Expected
+ Received
- "◆ What is the url to your GitHub repo?
- ◆ should we include GitHub Action workflows?
- ◆ What is the name of your default branch?
- "
+ ""
❯ packages/covector/test/cli/command-init.test.ts:26:23
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
|
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 /Users/runner/work/covector/covector/packages/action/src/pr/getCommitContext.ts:62:5
+ at Object.[Symbol.iterator] (file:///Users/runner/work/covector/covector/node_modules/effection/src/lib/call.ts:78:29)
+ at Module.getCommitContext (/Users/runner/work/covector/covector/packages/action/src/pr/getCommitContext.ts:61:27)
+ at getCommitContext.next (<anonymous>)
+ at createContext (/Users/runner/work/covector/covector/packages/action/src/index.ts:195:52)
+ at createContext.next (<anonymous>)
+ at applyChanges (/Users/runner/work/covector/covector/packages/changelog/src/index.ts:196:38)
+ at applyChanges.next (<anonymous>)
+ at Module.fillChangelogs (/Users/runner/work/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 /Users/runner/work/covector/covector/packages/action/src/pr/getCommitContext.ts:62:5
+ at Object.[Symbol.iterator] (file:///Users/runner/work/covector/covector/node_modules/effection/src/lib/call.ts:78:29)
+ at Module.getCommitContext (/Users/runner/work/covector/covector/packages/action/src/pr/getCommitContext.ts:61:27)
+ at getCommitContext.next (<anonymous>)
+ at createContext (/Users/runner/work/covector/covector/packages/action/src/index.ts:195:52)
+ at createContext.next (<anonymous>)
+ at applyChanges (/Users/runner/work/covector/covector/packages/changelog/src/index.ts:196:38)
+ at applyChanges.next (<anonymous>)
+ at Module.fillChangelogs (/Users/runner/work/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