Commit b2bb7ca8 authored by gergely-ujvari's avatar gergely-ujvari

Remove jquery.mousewheel from karma.config

parent d2761210
...@@ -16,7 +16,6 @@ module.exports = function(config) { ...@@ -16,7 +16,6 @@ module.exports = function(config) {
// list of files / patterns to load in the browser // list of files / patterns to load in the browser
files: [ files: [
'h/static/scripts/vendor/jquery-1.10.2.js', 'h/static/scripts/vendor/jquery-1.10.2.js',
'h/static/scripts/vendor/jquery.mousewheel.js',
'h/static/scripts/vendor/angular.js', 'h/static/scripts/vendor/angular.js',
'h/static/scripts/vendor/angular-mocks.js', 'h/static/scripts/vendor/angular-mocks.js',
'h/static/scripts/vendor/angular-animate.js', 'h/static/scripts/vendor/angular-animate.js',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment