Skip to content

Commit fb4d11d

Browse files
committed
Remove matches from tests
1 parent 26551ec commit fb4d11d

File tree

4 files changed

+98
-330
lines changed

4 files changed

+98
-330
lines changed

scripts/redos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const TESTS = new Set(MATCH_TESTS.map((test) => test.path));
1414
// ];
1515

1616
for (const path of TESTS) {
17-
const { re } = match(path);
17+
const { re } = match(path) as any;
1818
const result = checkSync(re.source, re.flags);
1919
if (result.status === "safe") {
2020
safe++;

0 commit comments

Comments
 (0)