2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/spec/javascripts/message_bus_spec.js

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();
});
});