update module call remap tests
This commit is contained in:
@@ -20,11 +20,11 @@ var Container = (function () {
|
||||
return;
|
||||
}
|
||||
|
||||
return _lodashArrayLast2["default"](this.tokens.get(key));
|
||||
return (0, _lodashArrayLast2["default"])(this.tokens.get(key));
|
||||
}
|
||||
}]);
|
||||
return Container;
|
||||
})();
|
||||
|
||||
exports["default"] = Container;
|
||||
module.exports = exports["default"];
|
||||
module.exports = exports["default"];
|
||||
|
||||
@@ -19,11 +19,11 @@ var Login = (function (_React$Component) {
|
||||
babelHelpers.createClass(Login, [{
|
||||
key: "getForm",
|
||||
value: function getForm() {
|
||||
return _store.getForm().toJS();
|
||||
return (0, _store.getForm)().toJS();
|
||||
}
|
||||
}]);
|
||||
return Login;
|
||||
})(React.Component);
|
||||
|
||||
exports["default"] = Login;
|
||||
module.exports = exports["default"];
|
||||
module.exports = exports["default"];
|
||||
|
||||
Reference in New Issue
Block a user