Merge branch 'release/v0.19.6' #411
Annotations
2 errors and 1 warning
Run npm publish --access public:
src/common/exec/pool.spec.ts#L124
Error: Snapshot `pool > should execute some 5` mismatched
- Expected
+ Received
@@ -98,35 +98,35 @@
2,
12,
5,
],
Array [
- "didUpdate",
- 8,
- 2,
- 12,
- 6,
- ],
- Array [
"didResolve",
"a",
undefined,
],
Array [
"didUpdate",
8,
3,
12,
- 7,
+ 6,
],
Array [
"didStart",
"c",
+ ],
+ Array [
+ "didUpdate",
+ 8,
+ 3,
+ 12,
+ 7,
],
Array [
"didResolve",
- "b",
+ "c",
undefined,
],
Array [
"didUpdate",
8,
@@ -138,11 +138,11 @@
"didStart",
"d",
],
Array [
"didResolve",
- "c",
+ "b",
undefined,
],
Array [
"didUpdate",
8,
❯ src/common/exec/pool.spec.ts:124:29
|
Run npm publish --access public
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading