Skip to content

Instantly share code, notes, and snippets.

@lsiden
Created March 6, 2014 12:27
Show Gist options
  • Save lsiden/9388528 to your computer and use it in GitHub Desktop.
Save lsiden/9388528 to your computer and use it in GitHub Desktop.
$ git diff
diff --git a/test/karma.conf.js b/test/karma.conf.js
index b5658bc..9e8b81a 100644
--- a/test/karma.conf.js
+++ b/test/karma.conf.js
@@ -15,7 +15,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
// Dependencies
- 'bower_components/jquery/jquery.js',
+ 'bower_components/jquery/src/jquery.js',
'bower_components/angular/angular.js',
'bower_components/angular-mocks/angular-mocks.js',
'bower_components/select2/select2.js',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment