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