I am trying to show an example of mocha in plunker but it is giving me angular mocks undefined issues. I tried copy and pasting bower angular mocks to no avail.
beforeEach(function(){
angular.mock.module('plunker');
});
Errored code from angular-mocks says window undefined
(window.beforeEach || window.setup)(function() {
annotatedFunctions = [];
currentSpec = this;
});