diff options
Diffstat (limited to 'tests/node_compat')
| -rw-r--r-- | tests/node_compat/deno.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/node_compat/deno.json b/tests/node_compat/deno.json index 52538a812..8f629a65c 100644 --- a/tests/node_compat/deno.json +++ b/tests/node_compat/deno.json @@ -1,6 +1,6 @@ { "imports": { "@test_util/": "../../test_util/", - "@std/": "../../test_util/std/" + "@std/": "../util/std/" } } |
