diff options
Diffstat (limited to 'cli/tests/034_onload/main.ts')
-rw-r--r-- | cli/tests/034_onload/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/034_onload/main.ts b/cli/tests/034_onload/main.ts index c3c6bdcc9..db6ca669a 100644 --- a/cli/tests/034_onload/main.ts +++ b/cli/tests/034_onload/main.ts @@ -1,4 +1,4 @@ -import { assert } from "../../../js/deps/https/deno.land/std/testing/asserts.ts"; +import { assert } from "../../../std/testing/asserts.ts"; import "./imported.ts"; const eventHandler = (e: Event): void => { |