I've been experimenting with testing angular js using mocha in my meteor application. After installing ngMock and injecting it into my module, I encountered an issue right when starting my app.
Regardless of whether I installed ngMock from atmosphere or bower, the same problem persists.
An error occurred: Uncaught TypeError: (window.beforeEach || window.setup) is not a function
Following this, I received a throttle error in angularjs (not sure what that means):
Error: Uncaught TypeError: $$rAF.throttle is not a function
I haven't even begun writing tests for angular, just downloaded the plugin. Any insights on what I might be overlooking?