From 0d9a9353e756b7cdcabae85b4d4a4840910ed3df Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 28 Sep 2016 20:25:25 -0400 Subject: switched to "scroll-sista" for sqeezing headers Former-commit-id: 55992626fea99156d7d1531efaa830c11186d8ca --- www/lib/ionic-scroll-sista/karma.conf.js | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create 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 new file mode 100644 index 00000000..625b7758 --- /dev/null +++ b/www/lib/ionic-scroll-sista/karma.conf.js @@ -0,0 +1,32 @@ +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