Update tests folder ingore pattern
This commit is contained in:
@@ -70,7 +70,7 @@ function grabPageDirRecursively({
|
||||
continue;
|
||||
}
|
||||
|
||||
if (full_page_path.match(/__test__/)) {
|
||||
if (full_page_path.match(/__tests__/)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user