diff options
Diffstat (limited to 'tests/unit_node/repl_test.ts')
-rw-r--r-- | tests/unit_node/repl_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_node/repl_test.ts b/tests/unit_node/repl_test.ts index 16c9c23f2..693fdcc9e 100644 --- a/tests/unit_node/repl_test.ts +++ b/tests/unit_node/repl_test.ts @@ -2,7 +2,7 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. import repl from "node:repl"; -import { assert } from "@std/assert/mod.ts"; +import { assert } from "@std/assert"; Deno.test({ name: "repl module exports", |