Update tests folder ingore pattern
This commit is contained in:
Vendored
+1
-1
@@ -41,7 +41,7 @@ function grabPageDirRecursively({ page_dir, include_server, }) {
|
||||
if (is_page_excluded) {
|
||||
continue;
|
||||
}
|
||||
if (full_page_path.match(/__test__/)) {
|
||||
if (full_page_path.match(/__tests__/)) {
|
||||
continue;
|
||||
}
|
||||
if (page_name.match(/\.test\.(t|j)sx?/)) {
|
||||
|
||||
Reference in New Issue
Block a user