Skip to content

Commit 0c13b1e

Browse files
authored
Merge pull request #88 from bombshell-dev/test-color
rename test for generic color
2 parents 48ff4bb + 7f36d1d commit 0c13b1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { describe, expect, it } from "./suite.ts";
44

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

7-
describe("true default foreground", () => {
8-
it("emits uncolored text with no concrete foreground", async () => {
7+
describe("foreground", () => {
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)