npm karma phantomJS undefined不是构造函数

Cal*_*had 7 npm phantomjs karma-runner reactjs redux

当使用Karma运行react-redux应用程序的测试时,它们都通过webkit传递但是使用phantomJS失败并出现以下错误:

TypeError: undefined is not a constructor (evaluating 'Object.assign({} [...]

这也会让测试跑步者崩溃.

Cal*_*had 15

安装和配置phantomjs-polyfill-object-assign修复了该问题.

请参阅https://www.npmjs.com/package/phantomjs-polyfill-object-assign