mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 13:44:47 +00:00
Fixed non-standard prefix on importing (denoland/deno_std#216)
Original: f65fda8336
This commit is contained in:
parent
d63a2e0224
commit
a4383984d1
4 changed files with 27 additions and 27 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue