unbreak tests

pull/21833/head
Matthew Hodgson 2017-11-11 23:57:50 +00:00
parent 46387e135e
commit 6942e94394
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const DEFAULTS = {
class SdkConfig { class SdkConfig {
static get() { static get() {
return global.mxReactSdkConfig; return global.mxReactSdkConfig || {};
} }
static put(cfg) { static put(cfg) {