Skip to content

Commit

Permalink
tests: fix test import
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed Aug 26, 2024
1 parent fa29617 commit 0fe27ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { assertEquals } from "@std/assert";
import { env, test } from "@beast/compat";

import crayon, { buildCrayon, ColorSupport } from "../main.ts";
import { buildCrayon, ColorSupport, crayon } from "../main.ts";

const NO_COLOR = !!(env("NO_COLOR") && env("NO_COLOR") !== "0");

Expand Down

0 comments on commit 0fe27ab

Please sign in to comment.