This commit is contained in:
Meghan Denny
2025-07-31 14:59:45 -07:00
parent 00a9e49c71
commit c3dde49114
4 changed files with 50 additions and 36 deletions

View File

@@ -67,6 +67,8 @@ import {
uploadArtifact,
} from "./utils.mjs";
process.on("SIGTRAP", () => {});
let isQuiet = false;
const cwd = import.meta.dirname ? dirname(import.meta.dirname) : process.cwd();
const testsPath = join(cwd, "test");