[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

Select the types of activity you want to include in your feed.

🔥 drop unused grow import in transitions-run test

Charles Lowell (Apr 23, 2026, 11:58 AM -0500) 949dea5e 03058a3b

+1 -1
+1 -1
test/transitions-run.test.ts
··· 1 1 import { describe, expect, it } from "./suite.ts"; 2 - import { close, createTerm, fixed, grow, type Op, open, rgba } from "../mod.ts"; 2 + import { close, createTerm, fixed, type Op, open, rgba } from "../mod.ts"; 3 3 4 4 describe("transition lifecycle", () => { 5 5 it("animates bg change between frames", async () => {