diff --git a/tests/base.test.ts b/tests/base.test.ts index f5d8b55..c5bb2cf 100644 --- a/tests/base.test.ts +++ b/tests/base.test.ts @@ -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");