mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Back out @lib indirection in tsconfig.json (#111)
This commit is contained in:
committed by
GitHub
Unverified
parent
7ac633b69c
commit
9b733fc48f
@@ -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