Skip to content

Commit 7f36d1d

Browse files
committed
rename test
1 parent fda7a11 commit 7f36d1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/color.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { describe, expect, it } from "./suite.ts";
55
const decode = (b: Uint8Array) => new TextDecoder().decode(b);
66

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

0 commit comments

Comments
 (0)