diff --git a/trend-chart-generator-operator/Gruntfile.js b/trend-chart-generator-operator/Gruntfile.js index b63542d..69e7ecd 100644 --- a/trend-chart-generator-operator/Gruntfile.js +++ b/trend-chart-generator-operator/Gruntfile.js @@ -139,9 +139,7 @@ module.exports = function (grunt) { options: { specs: 'src/test/js/*Spec.js', helpers: ['src/test/helpers/*.js'], - vendor: ['node_modules/jquery/dist/jquery.js', - 'node_modules/jasmine-jquery/lib/jasmine-jquery.js', - + vendor: [ 'node_modules/mock-applicationmashup/lib/vendor/mockMashupPlatform.js', 'src/test/vendor/*.js' ] @@ -211,4 +209,4 @@ module.exports = function (grunt) { 'wirecloud' ]); -}; \ No newline at end of file +}; diff --git a/trend-chart-generator-operator/package.json b/trend-chart-generator-operator/package.json index 866423b..a1c2b6d 100644 --- a/trend-chart-generator-operator/package.json +++ b/trend-chart-generator-operator/package.json @@ -5,8 +5,6 @@ "mock-applicationmashup": "^0.1.3", "grunt-contrib-jshint": "^0.10.0", "grunt-jscs": "^1.2.0", - "jquery": "^2.1.1", - "jasmine-jquery": "~2.1.0", "grunt-contrib-jasmine": "^1.0.0", "grunt-template-jasmine-istanbul": "^0.3.0", "grunt-contrib-clean": "~0.6.0", @@ -18,4 +16,4 @@ "wirecloud-config-parser": "^0.2.0" }, "private": true -} \ No newline at end of file +}