From 231c8f14a84b5493eed9b221c095a72e996e0366 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 29 Sep 2016 08:47:33 -0400 Subject: applied scroll sista patch for native, moved it to external Former-commit-id: 36e79c5df09980a6ad9a8751a19cea7f463a85fc --- www/lib/ionic-scroll-sista/karma.conf.js | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 www/lib/ionic-scroll-sista/karma.conf.js (limited to 'www/lib/ionic-scroll-sista/karma.conf.js') diff --git a/www/lib/ionic-scroll-sista/karma.conf.js b/www/lib/ionic-scroll-sista/karma.conf.js deleted file mode 100644 index 625b7758..00000000 --- a/www/lib/ionic-scroll-sista/karma.conf.js +++ /dev/null @@ -1,32 +0,0 @@ -module.exports = { - files: [ - 'bower_components/angular/angular.js', - 'bower_components/angular-animate/angular-animate.js', - 'bower_components/angular-sanitize/angular-sanitize.js', - 'bower_components/angular-ui-router/release/angular-ui-router.js', - 'bower_components/ionic/release/js/ionic.js', - 'bower_components/ionic/release/js/ionic-angular.js', - 'bower_components/angular-mocks/angular-mocks.js', - 'js/ionic.scroll.sista.js' - ], - - frameworks: ['jasmine'], - reporters: ['progress'], - port: 9876, - colors: true, - // possible values: 'OFF', 'ERROR', 'WARN', 'INFO', 'DEBUG' - logLevel: 'INFO', - autoWatch: true, - captureTimeout: 60000, - singleRun: false, - - // Start these browsers, currently available: - // - Chrome - // - ChromeCanary - // - Firefox - // - Opera (has to be installed with `npm install karma-opera-launcher`) - // - Safari (only Mac; has to be installed with `npm install karma-safari-launcher`) - // - PhantomJS - // - IE (only Windows; has to be installed with `npm install karma-ie-launcher`) - browsers: ['PhantomJS'] -}; \ No newline at end of file -- cgit v1.2.3