Skip to content

Commit 271dc34

Browse files
committed
added angular cookies for testing
1 parent 7648cc8 commit 271dc34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = function (config) {
1010
'app/bower_components/angular/angular.js',
1111
'app/bower_components/angular-route/angular-route.js',
1212
'app/bower_components/angular-mocks/angular-mocks.js',
13+
'app/bower_components/angular-cookies/angular-cookies.js',
1314
'app/bower_components/angular-bootstrap/ui-bootstrap.js',
1415
'app/bower_components/underscore/underscore.js',
1516
'app/bower_components/jquery/dist/jquery.js',

0 commit comments

Comments
 (0)