This commit is contained in:
Kent C. Dodds 2015-08-10 06:53:56 -06:00
parent 3d0ac2f76c
commit 0b30bc3103

View File

@ -1,7 +1,7 @@
// Karma configuration
// Generated on Mon Aug 10 2015 05:47:13 GMT-0600 (MDT)
module.exports = function(config) {
module.exports = function (config) {
config.set({
// base path that will be used to resolve all patterns (eg. files, exclude)
@ -23,14 +23,12 @@ module.exports = function(config) {
// list of files to exclude
exclude: [
],
exclude: [],
// preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: {
},
preprocessors: {},
// test results reporter to use