Update tests folder ingore pattern

This commit is contained in:
2026-04-20 06:18:32 +01:00
parent f3bb972a20
commit c06cb73181
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ function grabPageDirRecursively({
continue;
}
if (full_page_path.match(/__test__/)) {
if (full_page_path.match(/__tests__/)) {
continue;
}