Ryan Mack

Results 4 comments of Ryan Mack

I'm having the same error. Will this be addressed any time soon?

I was getting the same error so I had to declare` window.chrome = chrome` before including my .js file to be tested. ``` const chrome = require('sinon-chrome'); window.chrome = chrome;...

I have the same issue. I changed the order locally but this will not work in my Jenkins build since it can\'t see my local change to node_modules

In the template the vendor scripts are being loaded before the core jasmine files which results in "jasmine" being undefined when using the jasmine-jquery plugin. I can manually change the...