diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2024-02-07 16:21:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-07 23:21:32 +0000 |
| commit | 64ebd441e9f1b929c936aab1445afec10b8b7417 (patch) | |
| tree | 8735c495b5800aeb39bb291373ad4a930d48a10d /cli/tests/node_compat/test.ts | |
| parent | 13616d62e9f16641dfe9257d41f96d425a6a1480 (diff) | |
chore: use @test_util for node_compat tests (#22331)
Diffstat (limited to 'cli/tests/node_compat/test.ts')
| -rw-r--r-- | cli/tests/node_compat/test.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/tests/node_compat/test.ts b/cli/tests/node_compat/test.ts index a57fd11a5..13ff429b5 100644 --- a/cli/tests/node_compat/test.ts +++ b/cli/tests/node_compat/test.ts @@ -13,10 +13,10 @@ * all share the same working directory. */ -import { magenta } from "../../../test_util/std/fmt/colors.ts"; -import { pooledMap } from "../../../test_util/std/async/pool.ts"; -import { dirname, fromFileUrl, join } from "../../../test_util/std/path/mod.ts"; -import { fail } from "../../../test_util/std/assert/mod.ts"; +import { magenta } from "@test_util/std/fmt/colors.ts"; +import { pooledMap } from "@test_util/std/async/pool.ts"; +import { dirname, fromFileUrl, join } from "@test_util/std/path/mod.ts"; +import { fail } from "@test_util/std/assert/mod.ts"; import { config, getPathsFromTestSuites, |
