Skip to content

Commit 035e642

Browse files
committed
log result
1 parent 3aa93a2 commit 035e642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test/index.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ it('should download from url', async () => {
311311
const result = await client.downloadFromUrl(
312312
'https://releases.ubuntu.com/20.10/ubuntu-20.10-desktop-amd64.iso.torrent',
313313
);
314+
console.log(result);
314315
// Should be a file path but it is different on different systems
315316
expect(result).toContain('/');
316317
await client.addTorrent(result, { add_paused: true });

0 commit comments

Comments
 (0)