My team is working on moving from Grunt to Gulp. I have a Grunt test task that works fine, but when I try to run the tests (using gulp-karma) I get an error that says "ReferenceError: Can't find variable: module"
I Googled and found a lot of posts saying to check the location of my angular-mocks.js file, and it's in the correct space (my Grunt task for the same code does work).
To verify that it wasn't something weird in my code a spun up a new yo angular app and was able to replicate the error.
My guess is that I'm missing a configuration value or a step or something. Any advice?
Thanks.