diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-29 08:47:33 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-29 08:47:33 -0400 |
| commit | 231c8f14a84b5493eed9b221c095a72e996e0366 (patch) | |
| tree | a60e63920739e08aa243d552b33436509ecf74f6 /www/lib/ionic-scroll-sista/karma.conf.js | |
| parent | 0d9a9353e756b7cdcabae85b4d4a4840910ed3df (diff) | |
applied scroll sista patch for native, moved it to external
Former-commit-id: 36e79c5df09980a6ad9a8751a19cea7f463a85fc
Diffstat (limited to 'www/lib/ionic-scroll-sista/karma.conf.js')
| -rw-r--r-- | www/lib/ionic-scroll-sista/karma.conf.js | 32 |
1 files changed, 0 insertions, 32 deletions
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 |
