Skip to content

Commit fda7a11

Browse files
committed
add color test
1 parent 48ff4bb commit fda7a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { describe, expect, it } from "./suite.ts";
44

55
const decode = (b: Uint8Array) => new TextDecoder().decode(b);
66

7-
describe("true default foreground", () => {
7+
describe("foreground", () => {
88
it("emits uncolored text with no concrete foreground", async () => {
99
let term = await createTerm({ width: 12, height: 1 });
1010
let ansi = decode(term.render([text("hi")]).output);

0 commit comments

Comments
 (0)