feat(): separated private and public tests

This commit is contained in:
JJ-Cro
2025-03-15 12:05:51 +01:00
parent 15931f6ed5
commit 51d9131f17
4 changed files with 11 additions and 6 deletions

View File

@@ -90,7 +90,7 @@ describe.skip('Private Spot Websocket Client', () => {
event: 'login',
});
} catch (e) {
console.error(`Wait for "books" subscription response exception: `, e);
console.error('Wait for "books" subscription response exception: ', e);
expect(e).toBeFalsy();
}
});