diff --git a/memory-testing/test-util.mjs b/memory-testing/test-util.mjs index dbda13c6..91a03626 100644 --- a/memory-testing/test-util.mjs +++ b/memory-testing/test-util.mjs @@ -61,7 +61,7 @@ export async function createSuite(testFile, maxMemoryUsage) { colors.redBright( `Potential memory leak, memory growth: ${prettyBytes( memoryGrowth, - )}`, + )}, test file: ${testFile}`, ), ) process.exit(1)