summaryrefslogtreecommitdiff
path: root/www/lib/ionic-scroll-sista/karma.conf.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/ionic-scroll-sista/karma.conf.js')
-rw-r--r--www/lib/ionic-scroll-sista/karma.conf.js32
1 files changed, 32 insertions, 0 deletions
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