feat: log item errors in outro #928
Annotations
2 errors and 1 warning
Run pnpm run test --coverage:
packages/create/src/cli/loggers/logOutro.test.ts#L52
AssertionError: expected [ Array(1) ] to deeply equal [ Array(1) ]
- Expected
+ Received
Array [
Array [
- "The itemB groupA failed. You should re-run it and fix its complaints.",
+ "The itemB groupA failed. You should re-run it and fix its complaints.
+ Error: Oh no!",
],
]
β― src/cli/loggers/logOutro.test.ts:52:38
|
Run pnpm run test --coverage
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading