FastAdmin CI #160
Annotations
3 errors
|
ci
Process completed with exit code 2.
|
|
src/containers/list/index.test.tsx > List container > handles mutation callbacks and no-model branch:
frontend/src/containers/list/index.test.tsx#L380
AssertionError: expected "vi.fn()" to be called with arguments: [ 'foo', 'file.txt' ]
Received:
1st vi.fn() call:
[
- "foo",
+ Blob {},
"file.txt",
]
Number of calls: 1
❯ src/containers/list/index.test.tsx:380:30
|
|
src/components/inline-widget/index.test.tsx > InlineWidget > handles delete/action mutation success and error callbacks:
frontend/src/components/inline-widget/index.test.tsx#L477
AssertionError: expected "vi.fn()" to be called with arguments: [ 'foo', 'file.txt' ]
Received:
1st vi.fn() call:
[
- "foo",
+ Blob {},
"file.txt",
]
Number of calls: 1
❯ src/components/inline-widget/index.test.tsx:477:30
|