chore(): skip websocket await test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { WebsocketClient } from '../../src';
|
||||
|
||||
describe('Public V5 Websocket client', () => {
|
||||
describe.skip('Public V5 Websocket client', () => {
|
||||
const api = new WebsocketClient({
|
||||
market: 'v5',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user