mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
more
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user