filecoin-pin
Version:
Bridge IPFS content to Filecoin Onchain Cloud using familiar tools
10 lines • 344 B
TypeScript
/**
* Integration test to verify parity between add and import commands
*
* This test ensures that:
* 1. Adding a file with `add` command produces a valid CAR
* 2. Importing that CAR with `import` command works correctly
* 3. Both paths produce the same piece CID when uploaded
*/
export {};
//# sourceMappingURL=unixfs-car.test.d.ts.map