chore: generate
This commit is contained in:
parent
106f8e94d6
commit
21a644fef5
12 changed files with 40 additions and 50 deletions
|
|
@ -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("~")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue