diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2024-02-07 16:21:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-07 23:21:32 +0000 |
| commit | 64ebd441e9f1b929c936aab1445afec10b8b7417 (patch) | |
| tree | 8735c495b5800aeb39bb291373ad4a930d48a10d /cli/tests/node_compat/deno.json | |
| parent | 13616d62e9f16641dfe9257d41f96d425a6a1480 (diff) | |
chore: use @test_util for node_compat tests (#22331)
Diffstat (limited to 'cli/tests/node_compat/deno.json')
| -rw-r--r-- | cli/tests/node_compat/deno.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/node_compat/deno.json b/cli/tests/node_compat/deno.json new file mode 100644 index 000000000..fe518960f --- /dev/null +++ b/cli/tests/node_compat/deno.json @@ -0,0 +1,5 @@ +{ + "imports": { + "@test_util/": "../../../test_util/" + } +} |
