global recycle bin #2220
Annotations
4 errors and 6 warnings
Test:
frontend/tests/unit/store/objectStore.spec.ts#L188
AssertionError: expected "searchObjects" to be called with arguments: [ { bucketId: [ '000' ], …(2) }, {} ]
Received:
1st searchObjects call:
Array [
Object {
"bucketId": Array [
"000",
],
+ "limit": 50,
"objectId": Array [
"000",
],
+ "order": "desc",
+ "page": 1,
+ "sort": "updatedAt",
"tagset": undefined,
},
Object {},
]
Number of calls: 1
❯ tests/unit/store/objectStore.spec.ts:188:32
|
Test:
frontend/tests/unit/store/objectStore.spec.ts#L214
AssertionError: expected "searchObjects" to be called with arguments: [ { bucketId: [ '000' ], …(2) }, {} ]
Received:
1st searchObjects call:
Array [
Object {
"bucketId": Array [
"000",
],
+ "limit": 50,
"objectId": Array [
"000",
],
+ "order": "desc",
+ "page": 1,
+ "sort": "updatedAt",
"tagset": undefined,
},
Object {},
]
Number of calls: 1
❯ tests/unit/store/objectStore.spec.ts:214:32
|
Test:
frontend/tests/unit/components/layout/Navbar.spec.ts#L56
AssertionError: expected [ DOMWrapper{ …(2) }, …(3) ] to have a length of 3 but got 4
- Expected
+ Received
- 3
+ 4
❯ tests/unit/components/layout/Navbar.spec.ts:56:21
|
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
|
Test:
frontend/src/components/object/ObjectTable.vue#L93
Unexpected console statement
|
Test:
frontend/src/components/object/ObjectTableDeleted.vue#L12
'useToast' is defined but never used
|
Test:
frontend/src/services/objectService.ts#L287
'objectId' is assigned a value but never used
|
Test:
frontend/src/store/objectStore.ts#L175
Unexpected console statement
|
Test:
frontend/src/store/objectStore.ts#L255
Unexpected console statement
|
Loading