I am new to Testing using Karma-jasmine to run the test but getting error.
My karma.conf.js
files: [
'test/*Spec.js',
'app/js/*.js'
],
This error is Showing in command line
Chrome 39.0.2171 (Windows 7) ERROR Uncaught TypeError: Cannot read property 'module' of undefined at D:/Test_Samples/WebContent/MyTest/app/js/angular-route.js:24 Firefox 34.0.0 (Windows 7) ERROR TypeError: angular is undefined at D:/Test_Samples/WebContent/MyTest/app/js/angular-route.js:24 IE 8.0.0 (Windows 7) ERROR 'undefined' is null or not an object at D:/Test_Samples/WebContent/MyTest/app/js/angular-route.js:24
angular-route.js:24
/* global -ngRouteModule */
var ngRouteModule = angular.module('ngRoute', ['ng']).provider('$route', $RouteProvider),
$routeMinErr = angular.$$minErr('ngRoute');