Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
cleve-fauna committed Dec 13, 2024
1 parent af5f309 commit a17d104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/formatting/colorize.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { run } from "../../../src/cli.mjs";
import { setupRealContainer } from "../../../src/config/setup-container.mjs";
import { colorize, Format } from "../../../src/lib/formatting/colorize.mjs";

describe.only("colorize", () => {
describe("colorize", () => {
beforeEach(async () => {
// hack to get the codeToAnsi hooked up.
const container = await setupRealContainer();
Expand Down

0 comments on commit a17d104

Please sign in to comment.