UNPKG

@project-sunbird/open-speech-streaming-client

Version:
8 lines (7 loc) 278 B
const {StreamingClient, SocketStatus} = require('../src/index'); describe('Module exports', function () { it('should export StreamingClient and SocketStatus', function () { expect(StreamingClient).toBeTruthy(); expect(SocketStatus).toBeTruthy(); }); });