mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
Back out @lib indirection in tsconfig.json (#111)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { formatCommandForDisplay } from "../src/lib/format-command";
|
||||
import { formatCommandForDisplay } from "../src/format-command";
|
||||
import { describe, test, expect } from "vitest";
|
||||
|
||||
describe("formatCommandForDisplay()", () => {
|
||||
|
||||
Reference in New Issue
Block a user