From 8370b62870a3100e126e6434a09eb518c26dfd71 Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 31 Jan 2018 10:06:15 +0100 Subject: clean up old subrepo --- app/assets/javascripts/srp/karma.conf.js | 81 -------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 app/assets/javascripts/srp/karma.conf.js (limited to 'app/assets/javascripts/srp/karma.conf.js') diff --git a/app/assets/javascripts/srp/karma.conf.js b/app/assets/javascripts/srp/karma.conf.js deleted file mode 100644 index 6eec6d9..0000000 --- a/app/assets/javascripts/srp/karma.conf.js +++ /dev/null @@ -1,81 +0,0 @@ -// Karma configuration -// Generated on Tue Sep 15 2015 01:01:08 GMT+0200 (CEST) - -module.exports = function(config) { - config.set({ - - // base path that will be used to resolve all patterns (eg. files, exclude) - basePath: '', - - - // frameworks to use - // available frameworks: https://npmjs.org/browse/keyword/karma-adapter - frameworks: ['jasmine'], - - - // list of files / patterns to load in the browser - files: [ - // dependencies - 'lib/*.js', - 'node_modules/jquery/dist/jquery.min.js', - - // src - 'src/srp.js', - 'src/*.js', - 'src/jqueryRest.js', - - // devDependencies - 'node_modules/sinon/pkg/sinon.js', - 'node_modules/jasmine-jquery/lib/jasmine-jquery.js', - - // spec - 'spec/spec_helper.js', - 'spec/*.js' - ], - - - // list of files to exclude - exclude: [ - 'spec/lib/jasmine/*.js' - ], - - - // preprocess matching files before serving them to the browser - // available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor - preprocessors: { - }, - - - // test results reporter to use - // possible values: 'dots', 'progress' - // available reporters: https://npmjs.org/browse/keyword/karma-reporter - reporters: ['progress'], - - - // web server port - port: 9876, - - - // enable / disable colors in the output (reporters and logs) - colors: true, - - - // level of logging - // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG - logLevel: config.LOG_INFO, - - - // enable / disable watching file and executing tests whenever any file changes - autoWatch: false, - - - // start these browsers - // available browser launchers: https://npmjs.org/browse/keyword/karma-launcher - browsers: ['PhantomJS'], - - - // Continuous Integration mode - // if true, Karma captures browsers, runs the tests and exits - singleRun: false - }); -}; -- cgit v1.2.3