feat(): updated tests to pass properly
This commit is contained in:
@@ -3,8 +3,8 @@ import {
|
||||
WS_ERROR_ENUM,
|
||||
WS_KEY_MAP,
|
||||
WSClientConfigurableOptions,
|
||||
} from '../src';
|
||||
import { getSilentLogger, logAllEvents, waitForSocketEvent } from './ws.util';
|
||||
} from '../../src';
|
||||
import { getSilentLogger, logAllEvents, waitForSocketEvent } from '../ws.util';
|
||||
|
||||
describe.skip('Private Spot Websocket Client', () => {
|
||||
const API_KEY = process.env.API_KEY_COM;
|
||||
|
||||
Reference in New Issue
Block a user