Skip to content

Commit 02a02d9

Browse files
committed
pass tests
1 parent ce48c4a commit 02a02d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/index.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('Deluge', () => {
3636
await deluge.removeTorrent(id, false);
3737
}
3838
});
39-
it('should be instantiable', async () => {
39+
it.only('should be instantiable', async () => {
4040
const deluge = new Deluge({ baseUrl });
4141
expect(deluge).toBeTruthy();
4242
});

0 commit comments

Comments
 (0)