chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-07 05:25:52 +00:00
parent 6d58d5cde1
commit be25eb2b0a
12 changed files with 40 additions and 50 deletions
+1 -4
View File
@@ -1,10 +1,7 @@
import { expect, test } from "bun:test"
import { testRender } from "@opentui/solid"
import { abbreviateHome } from "../src/runtime"
import {
TuiPathsProvider,
useTuiPaths,
} from "../src/context/runtime"
import { TuiPathsProvider, useTuiPaths } from "../src/context/runtime"
test("abbreviates paths within home boundaries", () => {
expect(abbreviateHome("/home/test", "/home/test")).toBe("~")