6 lines
186 B
JavaScript
6 lines
186 B
JavaScript
describe("WebSocketReceiver", function() {
|
|
it("sets a shortcut", function() {
|
|
expect(WebSocketReceiver).toEqual(WSR);
|
|
expect(WSR).toEqual(WebSocketReceiver);
|
|
});
|
|
});
|