Skip to content

Commit cec308b

Browse files
[autofix.ci] apply automated fixes
1 parent ba82824 commit cec308b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/tester/test-bundler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,5 +198,5 @@ export function findImpactedTests(
198198
}
199199
}
200200

201-
return Array.from(impactedTestFiles);
201+
return [...impactedTestFiles];
202202
}

0 commit comments

Comments
 (0)