mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: use local copy of std in tools/bench/ scripts (#14251)
This commit is contained in:
parent
1892612438
commit
c154ac5168
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue