Skip to content

Commit 1b79de5

Browse files
committed
Added "tests" to default ignored folder names.
1 parent 2b17776 commit 1b79de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/doxdox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const globby = require('globby');
77
const loaders = require('./loaders');
88

99
const DEFAULT_IGNORE_PATHS = [
10-
'!./{node_modules,bower_components,test}/**',
10+
'!./{node_modules,bower_components,test,tests}/**',
1111
'!./Gruntfile.js',
1212
'!./Gulpfile.js'
1313
];

0 commit comments

Comments
 (0)