chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-07 05:25:52 +00:00
commit 21a644fef5
12 changed files with 40 additions and 50 deletions

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("~")