Add debug log

This commit is contained in:
Ashcon Partovi
2024-06-19 11:24:49 -07:00
parent 2991faba81
commit d5e5efddac

View File

@@ -114,6 +114,7 @@ async function runTests(target, filters) {
const previousTests = filteredTests
.filter(testPath => logPaths.some(logPath => logPath.includes(testPath)))
.sort();
console.log({ logPaths, filteredTests, previousTests });
if (previousTests.length < filteredTests.length) {
console.log(
"Detected partial test run, skipping already run tests:",