mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
Start Discourse in an initializer (#9930)
* DEV: To be pedantic, there is more than EMBER in there now * DEV: Use less globals. Have `Discourse` start in an initializer * DEV: Remove another global
This commit is contained in:
@ -53,8 +53,6 @@ sinon.config = {
|
||||
useFakeServer: false
|
||||
};
|
||||
|
||||
window.inTestEnv = true;
|
||||
|
||||
let MessageBus = require("message-bus-client").default;
|
||||
|
||||
// Stop the message bus so we don't get ajax calls
|
||||
|
Reference in New Issue
Block a user