Fixed non-standard prefix on importing (denoland/deno_std#216)

Original: f65fda8336
This commit is contained in:
EnokMan 2019-02-24 00:13:54 +08:00 committed by Ryan Dahl
parent d63a2e0224
commit a4383984d1
4 changed files with 27 additions and 27 deletions

View file

@ -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();