From 72d96bbb50723571fa8219e2a63786587ea97e47 Mon Sep 17 00:00:00 2001 From: OJ Kwon Date: Tue, 1 Mar 2016 10:37:06 -0800 Subject: [PATCH] chore(test): update wallaby configuration --- wallaby.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallaby.js b/wallaby.js index b19158caf7..2fda8fb1d5 100644 --- a/wallaby.js +++ b/wallaby.js @@ -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({