chore(): lint for trailing commas, fix tests with new types
This commit is contained in:
@@ -70,7 +70,7 @@ describe('Public Spot REST API Endpoints', () => {
|
||||
|
||||
it('getCandles()', async () => {
|
||||
expect(
|
||||
await api.getCandles(symbol, '1min', `${from}`, `${to}`)
|
||||
await api.getCandles(symbol, '1min', `${from}`, `${to}`),
|
||||
).toMatchObject(expect.any(Array));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user