add test coverage for all spot v3 endpoints

This commit is contained in:
tiagosiebler
2022-09-10 12:57:00 +01:00
parent 1c9c6aa1e2
commit 66dcd09f18
3 changed files with 40 additions and 14 deletions

View File

@@ -18,9 +18,6 @@ describe('Private Spot REST API Endpoints', () => {
const api = new SpotClient(API_KEY, API_SECRET, useLivenet);
const symbol = 'BTCUSDT';
const interval = '15m';
it('getOrder()', async () => {
// No auth error == test pass
expect(await api.getOrder({ orderId: '123123' })).toMatchObject(