Thanks to visit codestin.com
Credit goes to github.com

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

Commit 5e4c1c6

Browse files
author
Luciano Nooijen
committed
Wallaby config update
1 parent dabe954 commit 5e4c1c6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

wallaby.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,14 @@ const getConfig = wallaby => { // eslint-disable-line
2525

2626
return {
2727
files: [
28-
'server.js',
29-
'app.js',
28+
'index.js',
3029
'knexfile.js',
3130
'knexfile-test.js',
3231
'controllers/**/*.js',
32+
'database/**/*.js',
3333
'helpers/**/*.js',
34-
'middleware/**/*.js',
35-
'routes/**/*.js',
36-
'migrations/**/*.js',
37-
'seeds/**/*.js',
34+
'server/**/*.js',
35+
'src/**/*.js',
3836
'tests/config/**/*.js',
3937
],
4038
tests: ['tests/**/*.test.js', 'tests/**/*.spec.js'],

0 commit comments

Comments
 (0)