test: Remove cypress infrastracture (#21173)

This commit is contained in:
Artem Sorokin
2025-10-28 11:00:04 +01:00
committed by GitHub
parent cd403bda12
commit 4fe0ba10fe
167 changed files with 54 additions and 20601 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const prettierConfig = path.resolve('.prettierrc.js');
const biomeConfig = path.resolve('biome.jsonc');
const ignore = path.resolve('.prettierignore');
const ROOT_DIRS_TO_SKIP = ['.git', 'node_modules', 'packages', '.turbo', 'cypress'];
const ROOT_DIRS_TO_SKIP = ['.git', 'node_modules', 'packages', '.turbo'];
const EXTENSIONS_TO_FORMAT_WITH_PRETTIER = ['.yml'];
const EXTENSIONS_TO_FORMAT_WITH_BIOME = ['.js', '.json', '.ts'];
View File