flat-cache - removing console.log remnant #566
Annotations
2 errors and 1 warning
Test:
packages/cacheable/test/index.test.ts#L568
AssertionError: expected [ undefined, undefined ] to deeply equal [ 'value1', 'value2' ]
- Expected
+ Received
Array [
- "value1",
- "value2",
+ undefined,
+ undefined,
]
❯ test/index.test.ts:568:23
|
Test
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