Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit e431a1c

Browse files
committed
fix jquery bower reference in karma conf
1 parent 4469fd7 commit e431a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function(config) {
1515
// list of files / patterns to load in the browser
1616
files: [
1717
// Dependencies
18-
'bower_components/jquery/jquery.js',
18+
'bower_components/jquery/dist/jquery.js',
1919
'bower_components/angular/angular.js',
2020
'bower_components/angular-mocks/angular-mocks.js',
2121
'bower_components/select2/select2.js',

0 commit comments

Comments
 (0)