mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Add debug log
This commit is contained in:
@@ -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:",
|
||||
|
||||
Reference in New Issue
Block a user