We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda7a11 commit 7f36d1dCopy full SHA for 7f36d1d
1 file changed
test/color.test.ts
@@ -5,7 +5,7 @@ import { describe, expect, it } from "./suite.ts";
5
const decode = (b: Uint8Array) => new TextDecoder().decode(b);
6
7
describe("foreground", () => {
8
- it("emits uncolored text with no concrete foreground", async () => {
+ it("emits uncolored text with no foreground", async () => {
9
let term = await createTerm({ width: 12, height: 1 });
10
let ansi = decode(term.render([text("hi")]).output);
11
0 commit comments