We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd65c7 commit 9b3d104Copy full SHA for 9b3d104
1 file changed
test/stream.test.ts
@@ -73,23 +73,6 @@ const exchangesWithBookTickerInfo: Exchange[] = [
73
'serum'
74
]
75
76
-describe('exchange-details', () => {
77
- test('provides exchange info', async () => {
78
- const exchange = 'binance'
79
- const exchangeDetails = await getExchangeDetails(exchange)
80
-
81
- expect(exchangeDetails.availableChannels).toContain([
82
- 'trade',
83
- 'depth',
84
- 'depthSnapshot',
85
- 'bookTicker',
86
- 'aggTrade',
87
- 'ticker',
88
- 'borrowInterest'
89
- ])
90
- })
91
-})
92
93
describe.skip('stream', () => {
94
test(
95
'streams normalized real-time messages for each supported exchange',
0 commit comments