chore(): run linter fixes

This commit is contained in:
Tiago Siebler
2024-12-10 17:29:47 +00:00
parent 13255d467f
commit e92c083961
35 changed files with 817 additions and 825 deletions

View File

@@ -1,15 +1,10 @@
import {
WebsocketClient,
WSClientConfigurableOptions,
WS_ERROR_ENUM,
WS_KEY_MAP,
WSClientConfigurableOptions,
} from '../src';
import {
getSilentLogger,
listenToSocketEvents,
logAllEvents,
waitForSocketEvent,
} from './ws.util';
import { getSilentLogger, logAllEvents, waitForSocketEvent } from './ws.util';
describe.skip('Private Spot Websocket Client', () => {
const API_KEY = process.env.API_KEY_COM;
@@ -50,7 +45,7 @@ describe.skip('Private Spot Websocket Client', () => {
try {
await Promise.all([wsResponsePromise]);
} catch (e) {
// console.error()
console.error(e);
}
badClient.closeAll();
});