mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 22:03:48 +08:00
10 lines
209 B
JavaScript
10 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();
|
|
});
|
|
|
|
});
|