Skip to content

Commit

Permalink
Test debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cleve-fauna committed Dec 13, 2024
1 parent 4a621d8 commit 338cc1f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/lib/formatting/colorize.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { expect } from "chai";
import stripAnsi from "strip-ansi";

import { run } from "../../../src/cli.mjs";
import { setupRealContainer } from "../../../src/config/setup-container.mjs";
Expand Down Expand Up @@ -36,11 +35,6 @@ describe("colorize", () => {
} else {
expect(result).to.equal(input);
}
if (format !== Format.JSON) {
expect(stripAnsi(result)).to.equal(input);
} else {
expect(stripAnsi(result)).to.not.equal(result);
}
}
});
});
Expand Down

0 comments on commit 338cc1f

Please sign in to comment.