unbreak tests

This commit is contained in:
Matthew Hodgson 2017-11-11 23:57:50 +00:00
parent 46387e135e
commit 6942e94394

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) {