mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
chore: use local copy of std in tools/bench/ scripts (#14251)
This commit is contained in:
parent
85d3b94820
commit
adbd91372d
@ -1,5 +1,5 @@
|
||||
import { dirname, fromFileUrl, join } from "https://deno.land/std/path/mod.ts";
|
||||
import { expandGlobSync } from "https://deno.land/std/fs/mod.ts";
|
||||
import { dirname, fromFileUrl, join } from "../../test_util/std/path/mod.ts";
|
||||
import { expandGlobSync } from "../../test_util/std/fs/mod.ts";
|
||||
|
||||
const ROOT_DIR = join(dirname(fromFileUrl(import.meta.url)), "..", "..");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user