From 6109cb2ddb0267d4e7fc926b8257f50debd491dd Mon Sep 17 00:00:00 2001 From: lorengreenfield Date: Sat, 23 Dec 2017 21:34:54 +1300 Subject: [PATCH] Removed wallaby config --- wallaby.config.js | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 wallaby.config.js diff --git a/wallaby.config.js b/wallaby.config.js deleted file mode 100644 index 3390c4f..0000000 --- a/wallaby.config.js +++ /dev/null @@ -1,29 +0,0 @@ -module.exports = function(wallaby){ - process.env = {PATH: process.env.PATH}; - - return { - files: [ - './package.json', - './eventEmitter/index.js', - './halfcab.js', - '!./test.js', - ], - testFramework: 'mocha', - tests: [ - './test.js', - './eventEmitter/test.js' - ], - filesWithNoCoverageCalculated: ['./package.json', 'node_modules/*'], - env: { - type: 'node' - }, - preprocessors: { - '**/*.js': [ - file => require('reify/lib/compiler').compile(file.content) - ] - }, - setup: () => { - require('reify'); - } - }; -}; \ No newline at end of file