diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/main.ts b/testing/main.ts index d7e703697..077d662ee 100644 --- a/testing/main.ts +++ b/testing/main.ts @@ -1,3 +1,3 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import { runTests } from "mod.ts"; +import { runTests } from "./mod.ts"; runTests(); |
