forked from boranton/testcafe-workshop
Reformat
This commit is contained in:
parent
3d0ac2f76c
commit
0b30bc3103
@ -1,7 +1,7 @@
|
|||||||
// Karma configuration
|
// Karma configuration
|
||||||
// Generated on Mon Aug 10 2015 05:47:13 GMT-0600 (MDT)
|
// Generated on Mon Aug 10 2015 05:47:13 GMT-0600 (MDT)
|
||||||
|
|
||||||
module.exports = function(config) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
|
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// 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
|
// 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user