angularjs和mocha test Uncaught TypeError:(window.beforeEach || window.setup)不是函数

时间:2015-07-04 02:37:42

标签: javascript angularjs testing meteor mocha

我一直试图在我的流星应用程序中使用mocha测试角度js。我安装了ngMock并将其注入我的模块。当我启动我的应用程序时,我得到了以下问题。

我尝试用大气和凉亭安装ngMock。两者都表明了同样的问题。

Uncaught TypeError: (window.beforeEach || window.setup) is not a function

之后我看到angularjs中的油门错误(我不知道这意味着什么) Uncaught TypeError: $$rAF.throttle is not a function

我甚至没有开始为角度编写测试,我刚刚下载了插件。

我有什么遗失的吗?

1 个答案:

答案 0 :(得分:1)

查看我自己的问题(和答案),也许这也适合你:

(window.beforeEach || window.setup) is not a function