diff options
Diffstat (limited to 'cli/tests/unit_node/tls_test.ts')
| -rw-r--r-- | cli/tests/unit_node/tls_test.ts | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/cli/tests/unit_node/tls_test.ts b/cli/tests/unit_node/tls_test.ts index 3e6a892bd..d87df4e33 100644 --- a/cli/tests/unit_node/tls_test.ts +++ b/cli/tests/unit_node/tls_test.ts @@ -1,12 +1,9 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -import { - assertEquals, - assertInstanceOf, -} from "../../../test_util/std/assert/mod.ts"; -import { delay } from "../../../test_util/std/async/delay.ts"; -import { fromFileUrl, join } from "../../../test_util/std/path/mod.ts"; -import { serveTls } from "../../../test_util/std/http/server.ts"; +import { assertEquals, assertInstanceOf } from "@test_util/std/assert/mod.ts"; +import { delay } from "@test_util/std/async/delay.ts"; +import { fromFileUrl, join } from "@test_util/std/path/mod.ts"; +import { serveTls } from "@test_util/std/http/server.ts"; import * as tls from "node:tls"; import * as net from "node:net"; import * as stream from "node:stream"; |
