Skip to content

Commit

Permalink
chore(test): update wallaby configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Mar 1, 2016
1 parent 4bc32b7 commit 72d96bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wallaby.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ module.exports = wallaby => ({
files: [
'index.js',
'src/**/*.ts',
{pattern: 'spec/helpers/*.js', instrument: false}
{pattern: 'spec/helpers/*.ts', instrument: false}
],

tests: ['spec/**/*-spec.js'],
tests: ['spec/**/*-spec.ts'],

compilers: {
'**/*.ts': wallaby.compilers.typeScript({
Expand Down

0 comments on commit 72d96bb

Please sign in to comment.