refactor tests for new constructor pattern

This commit is contained in:
tiagosiebler
2022-09-19 23:48:35 +01:00
parent f7d59b48c1
commit d3fa937cdf
30 changed files with 160 additions and 102 deletions

View File

@@ -1,9 +1,9 @@
import { SpotClient } from '../src/index';
import { SpotClientV3 } from '../src/index';
// or
// import { SpotClient } from 'bybit-api';
// import { SpotClientV3 } from 'bybit-api';
const client = new SpotClient();
const client = new SpotClientV3();
const symbol = 'BTCUSDT';