mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
Move deno_std to a more convenient location. (#3057)
js/deps/https/deno.land/std -> js/std
This commit is contained in:
parent
eecb4fea26
commit
ddcad56ee9
14 changed files with 18 additions and 28 deletions
|
@ -55,7 +55,7 @@ import "./version_test.ts";
|
|||
|
||||
import "../website/app_test.ts";
|
||||
|
||||
import { runIfMain } from "./deps/https/deno.land/std/testing/mod.ts";
|
||||
import { runIfMain } from "../std/testing/mod.ts";
|
||||
|
||||
async function main(): Promise<void> {
|
||||
// Testing entire test suite serially
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue