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 {
static get() {
return global.mxReactSdkConfig;
return global.mxReactSdkConfig || {};
}
static put(cfg) {