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

View File

@ -23,14 +23,12 @@ module.exports = function(config) {
// list of files to exclude // list of files to exclude
exclude: [ exclude: [],
],
// preprocess matching files before serving them to the browser // preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor // available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: { preprocessors: {},
},
// test results reporter to use // test results reporter to use