Get all the tests passings

This commit is contained in:
Josh Dales
2023-03-24 22:29:41 -04:00
parent 3bec9227d1
commit 432b275f71
2 changed files with 15 additions and 7 deletions
-2
View File
@@ -63,7 +63,6 @@ function isMatch(changedFile: string, matchers: Minimatch[]): boolean {
return true;
}
// equivalent to "Array.some()" but expanded for debugging and clarity
export function checkAnyChangedFiles(
changedFiles: string[],
globs: string[]
@@ -81,7 +80,6 @@ export function checkAnyChangedFiles(
return false;
}
// equivalent to "Array.every()" but expanded for debugging and clarity
export function checkAllChangedFiles(
changedFiles: string[],
globs: string[]