Merge branch 'release/v0.24.18' #464
Annotations
2 errors and 1 warning
src/common/exec/pool.spec.ts > pool > should execute some:
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
|
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|