This commit is contained in:
Eason Goodale
2025-04-30 11:45:29 -07:00
parent 41ef530683
commit 5481bf0cb4
10 changed files with 174 additions and 41 deletions

View File

@@ -8,7 +8,7 @@ let projectDir: string;
let configPath: string;
let instructionsPath: string;
# Use OS tmpdir unless blocked; fallback to cwd.
// Use OS tmpdir unless blocked; fallback to cwd.
beforeEach(() => {
try {
projectDir = mkdtempSync(join(tmpdir(), "codex-proj-"));