mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-10 23:28:04 -04: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();
|
|
});
|
|
|
|
});
|