mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 10:08:20 -05:00
9 lines
209 B
JavaScript
9 lines
209 B
JavaScript
/*global waitsFor:true expect:true describe:true beforeEach:true it:true */
|
|
|
|
describe("Discourse.MessageBus", function() {
|
|
|
|
describe("Long polling", function() {
|
|
Discourse.MessageBus.start();
|
|
});
|
|
|
|
});
|