Skip to content

Commit 68aaf33

Browse files
committed
fixed grunt tests with change in jquery file location in bower
1 parent 4f60cfd commit 68aaf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = function(config) {
1212

1313
// list of files / patterns to load in the browser
1414
files: [
15-
'bower_components/jquery/jquery.js',
15+
'bower_components/jquery/dist/jquery.js',
1616
'bower_components/angular/angular.js',
1717
'bower_components/angular-mocks/angular-mocks.js',
1818
'angular-tree-control.js',

0 commit comments

Comments
 (0)