diff options
Diffstat (limited to 'examples/test.ts')
-rw-r--r-- | examples/test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test.ts b/examples/test.ts index 65ff7efa1..30fdcfc4a 100644 --- a/examples/test.ts +++ b/examples/test.ts @@ -1,5 +1,5 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import { run } from "deno"; +const { run } = Deno; import { test, assertEqual } from "../testing/mod.ts"; /** Example of how to do basic tests */ |