Skip to content

Commit

Permalink
Update wallaby.conf.js 🐊 [merge]
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb authored Oct 2, 2018
2 parents 93e05f6 + bb47611 commit 34e53b7
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions wallaby.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ module.exports = function (wallaby) {
runner: 'node'
},
compilers: {
'+(dist|test)/**/*.js': wallaby.compilers.typeScript(),
'+(src)/**/*.ts': wallaby.compilers.typeScript()
// '+(src|test)/**/*.js': wallaby.compilers.babel(
// {
// presets: ['@babel/preset-env', '@ava/babel-preset-stage-4']
// }
// )
'**/*.+(js|ts)': wallaby.compilers.typeScript({allowJs: true, outDir: './bin'})
},
preprocessors: {
'**/*.jsts': file => file.changeExt('js').content
},
testFramework: 'jest',
debug: true
}
}
}

0 comments on commit 34e53b7

Please sign in to comment.