Skip to content

Commit f0779fe

Browse files
authored
Update packages/test-harness/src/testSubset.ts
1 parent f8c4a7d commit f0779fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/test-harness/src/testSubset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ export function runTestSubset() {
5353
}
5454

5555
/**
56-
* Determine whether we should log the failed tests.
57-
* @returns `true` if we should log the failed tests
56+
* Determine whether we should log the failed tests to a file. This makes it easier to put them in `testSubsetGrep.properties` for faster iterating.
57+
* @returns `true` if we should log failed tests to `packages/test-harness/failedTests.properties`
5858
*/
5959
export function shouldLogFailedTests() {
6060
return process.env.CURSORLESS_LOG_FAILED === "true";

0 commit comments

Comments
 (0)