feat(): updated tests to pass properly

This commit is contained in:
JJ-Cro
2025-03-27 10:33:24 +01:00
parent 34aeea065a
commit 49ddc43bf0
12 changed files with 81 additions and 50 deletions

View File

@@ -2,8 +2,8 @@ import {
WebsocketClient,
WS_KEY_MAP,
WSClientConfigurableOptions,
} from '../src';
import { getSilentLogger, logAllEvents, waitForSocketEvent } from './ws.util';
} from '../../src';
import { getSilentLogger, logAllEvents, waitForSocketEvent } from '../ws.util';
describe('Public Spot Websocket Client', () => {
let wsClient: WebsocketClient;