设置域时,组件中的jest测试失败

时间:2016-04-05 18:23:15

标签: reactjs jestjs

  • TypeError:无法设置仅包含getter的[object Object]的属性域

在此功能中发生:

componentWillMount(){
    document.domain="moc.com";
    CreditStore.addChangeListener(() => this._getModalErrorList());
}

为什么?

0 个答案:

没有答案