Merge pull request #45 from iconify/renovate/npm-11.x #73
Annotations
3 errors
|
ci
Process completed with exit code 1.
|
|
tests/downloaders/directory-test.ts > Directory downloader > Invalid directory:
tests/downloaders/directory-test.ts#L41
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ tests/downloaders/directory-test.ts:41:29
|
|
tests/data/storage-basic-test.ts > Basic data storage tests > Error writing cache:
tests/data/storage-basic-test.ts#L408
Error: EISDIR: illegal operation on a directory, open 'cache/tests/dir-1760419403114'
❯ tests/data/storage-basic-test.ts:408:6
❯ tests/data/storage-basic-test.ts:391:10
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -21, code: 'EISDIR', syscall: 'open', path: 'cache/tests/dir-1760419403114' }
|