fix: stabilize CI type and test harness coverage

This commit is contained in:
Peter Steinberger
2026-02-22 18:06:29 +00:00
parent af9881b9c5
commit b79c89fc90
9 changed files with 23 additions and 15 deletions

View File

@@ -338,7 +338,7 @@ describe("temp path guard", () => {
continue;
}
const source = await fs.readFile(file, "utf8");
if (hasDynamicTmpdirJoin(source, relativePath)) {
if (hasDynamicTmpdirJoin(source)) {
offenders.push(relativePath);
}
}