Karma测试在Firefox中失败并出现奇怪错误

时间:2014-05-17 11:54:17

标签: javascript angularjs firefox karma-runner karma-mocha

我的一项测试中有一种非常奇怪的行为。 它在Chrome中成功运行,但在Firefox中始终失败 它测试指令并在beforeEach块中发生错误。

TypeError: menu is null (path/to/file.js:6)  //This points to a block of comments
process.on/global.onerror@/dir/node_modules/mocha/mocha.js:5708 //This function throws every unhandled error

该指令本身在Firefox中正常工作。 beforeEach编译它并在范围上设置一些属性。看起来很奇怪,他们已经通过了describe块报告的所有测试,但WebStorm报告说,28个it中只有24个已完成。

有什么想法黑客正在发生什么?

0 个答案:

没有答案