Skip to content

Commit c762569

Browse files
committedJan 30, 2018
Wallaby config clean up
1 parent ff5132d commit c762569

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎wallaby.js

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable import/no-extraneous-dependencies, global-require */
22

3-
module.exports = wallaby => ({
3+
module.exports = () => ({
44
files: [
55
'index.js',
66
{ pattern: 'fixtures/**', load: false, instrument: false },
@@ -14,11 +14,5 @@ module.exports = wallaby => ({
1414
type: 'node',
1515
},
1616

17-
compilers: {
18-
'*.js': wallaby.compilers.babel(),
19-
},
20-
2117
testFramework: 'ava',
22-
23-
debug: true,
2418
});

0 commit comments

Comments
 (0)
Please sign in to comment.