Handle large files gracefully #488
Annotations
4 errors
|
Run npm run test --reporter=verbose:
tests/core/file/fileCollect.test.ts#L36
AssertionError: expected [] to deeply equal [ { path: 'file1.txt', …(1) }, …(1) ]
- Expected
+ Received
- [
- {
- "content": "decoded content",
- "path": "file1.txt",
- },
- {
- "content": "decoded content",
- "path": "file2.txt",
- },
- ]
+ []
❯ tests/core/file/fileCollect.test.ts:36:20
|
Run npm run test --reporter=verbose:
tests/core/file/fileCollect.test.ts#L53
AssertionError: expected [] to deeply equal [ { path: 'text.txt', …(1) } ]
- Expected
+ Received
- [
- {
- "content": "decoded content",
- "path": "text.txt",
- },
- ]
+ []
❯ tests/core/file/fileCollect.test.ts:53:20
|
Run npm run test --reporter=verbose
The operation was canceled.
|
Loading