We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c4a7d commit f0779feCopy full SHA for f0779fe
packages/test-harness/src/testSubset.ts
@@ -53,8 +53,8 @@ export function runTestSubset() {
53
}
54
55
/**
56
- * Determine whether we should log the failed tests.
57
- * @returns `true` if we should log the failed tests
+ * Determine whether we should log the failed tests to a file. This makes it easier to put them in `testSubsetGrep.properties` for faster iterating.
+ * @returns `true` if we should log failed tests to `packages/test-harness/failedTests.properties`
58
*/
59
export function shouldLogFailedTests() {
60
return process.env.CURSORLESS_LOG_FAILED === "true";
0 commit comments