Skip to content
This repository was archived by the owner on Jan 20, 2020. It is now read-only.

Commit e6f7fb2

Browse files
author
Luciano Nooijen
committed
Modified Wallaby config for TS
1 parent 9f1f627 commit e6f7fb2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

wallaby.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,18 @@ const getConfig = wallaby => { // eslint-disable-line
2626
return {
2727
files: [
2828
'index.js',
29-
'knexfile.js',
30-
'knexfile-test.js',
3129
'controllers/**/*.js',
3230
'database/**/*.js',
3331
'helpers/**/*.js',
3432
'server/**/*.js',
3533
'src/**/*.js',
3634
'tests/config/**/*.js',
35+
'controllers/**/*.ts',
36+
'database/**/*.ts',
37+
'helpers/**/*.ts',
38+
'server/**/*.ts',
39+
'src/**/*.ts',
40+
'tests/config/**/*.ts',
3741
],
3842
tests: ['tests/**/*.test.js', 'tests/**/*.spec.js'],
3943
env: {

0 commit comments

Comments
 (0)