/** * @file arweave.test.ts * @description Unit tests for ArweaveClient — upload, download, pricing, encryption stub. * * Strategy: mock the @irys/sdk dynamic import so tests run without a live node. * global fetch is stubbed for getFile / downloadData paths. */ export {}; //# sourceMappingURL=arweave.test.d.ts.map