test: add test file name into error message (#1821)
This commit is contained in:
parent
7c3f8b514e
commit
751312cec9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue