fix(tests): update SKIP_PATTERNS regex to match test-helpers files more accurately
This commit is contained in:
parent
e96bb0f59e
commit
0cf12a3f03
@ -10,7 +10,7 @@ const SKIP_PATTERNS = [
|
||||
/\.e2e\.tsx?$/,
|
||||
/\.d\.ts$/,
|
||||
/[\\/](?:__tests__|tests)[\\/]/,
|
||||
/[\\/]test-helpers(?:\.[^\\/]+)?\.ts$/,
|
||||
/[\\/][^/\\]*test-helpers(?:\.[^\\/]+)?\.ts$/,
|
||||
];
|
||||
|
||||
function shouldSkip(relativePath: string): boolean {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user