chore: lockfile #129
Annotations
4 errors
src/commands/storage/get.test.ts > Get storage files/folder for the given cid or name > should show storage by cid with public gateway:
src/commands/storage/get.test.ts#L135
AssertionError: expected "spy" to be called with arguments: [ Array(1) ]
Received:
1st spy call:
Array [
Array [
Object {
"arweave id": "",
"cid": "bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru",
"filecoin id": "58027558",
"filename": "index.html",
- "link": "https://bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru.flk-ipfs.xyz",
+ "link": "https://bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru.ipfs.flk-ipfs.xyz",
},
],
]
Number of calls: 1
❯ src/commands/storage/get.test.ts:135:26
|
src/commands/storage/get.test.ts > Get storage files/folder for the given cid or name > should show storage by name with public gateway:
src/commands/storage/get.test.ts#L161
AssertionError: expected "spy" to be called with arguments: [ [ { …(5) }, { …(5) } ] ]
Received:
1st spy call:
Array [
Array [
Object {
"arweave id": "",
"cid": "bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4",
"filecoin id": "61342544",
"filename": "basic.car",
- "link": "https://bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4.flk-ipfs.xyz",
+ "link": "https://bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4.ipfs.flk-ipfs.xyz",
},
Object {
"arweave id": "",
"cid": "bafkreiebwzjtd62ctklmmidldy2z2exinzr2mc72tzhkbe7ftjxm7cwnle",
"filecoin id": "61342549",
"filename": "basic.car",
- "link": "https://bafkreiebwzjtd62ctklmmidldy2z2exinzr2mc72tzhkbe7ftjxm7cwnle.flk-ipfs.xyz",
+ "link": "https://bafkreiebwzjtd62ctklmmidldy2z2exinzr2mc72tzhkbe7ftjxm7cwnle.ipfs.flk-ipfs.xyz",
},
],
]
Number of calls: 1
❯ src/commands/storage/get.test.ts:161:26
|
src/commands/storage/list.test.ts > List storage files/folder for the selected project > should show storage list with public gateway:
src/commands/storage/list.test.ts#L92
AssertionError: expected "spy" to be called with arguments: [ [ { …(5) }, { …(5) } ] ]
Received:
1st spy call:
Array [
Array [
Object {
"arweave id": "",
"cid": "bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru",
"filecoin id": "58027558",
"filename": "index.html",
- "link": "https://bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru.flk-ipfs.xyz",
+ "link": "https://bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru.ipfs.flk-ipfs.xyz",
},
Object {
"arweave id": "",
"cid": "bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4",
"filecoin id": "61342544",
"filename": "basic.car",
- "link": "https://bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4.flk-ipfs.xyz",
+ "link": "https://bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4.ipfs.flk-ipfs.xyz",
},
],
]
Number of calls: 1
❯ src/commands/storage/list.test.ts:92:26
|
build
Process completed with exit code 1.
|