mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
6 lines
140 B
JavaScript
6 lines
140 B
JavaScript
describe("WebSocketReceiver", function() {
|
|
it("sets a shortcut", function() {
|
|
expect(WSR).toEqual(WebSocketReceiver);
|
|
});
|
|
});
|