summaryrefslogtreecommitdiff
path: root/tests/config
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config')
-rw-r--r--tests/config/deno.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/config/deno.json b/tests/config/deno.json
index ec93111fd..52538a812 100644
--- a/tests/config/deno.json
+++ b/tests/config/deno.json
@@ -1,5 +1,6 @@
{
"imports": {
- "@test_util/": "../../test_util/"
+ "@test_util/": "../../test_util/",
+ "@std/": "../../test_util/std/"
}
}