test: tighten test report utils invocation assertions

This commit is contained in:
Peter Steinberger
2026-05-09 09:55:17 +01:00
parent 8c3a0c1296
commit 53efd6350f

View File

@@ -111,10 +111,10 @@ describe("scripts/test-report-utils runVitestJsonReport", () => {
"--outputFile",
reportPath,
],
expect.objectContaining({
{
stdio: "inherit",
env: process.env,
}),
},
);
});
});