From ffbb1bad037528863fcc191f0eaf374211252713 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 7 Feb 2024 09:51:28 -0700 Subject: chore(cli): Use @test_util for relative path for unit tests (#22327) This removes the majority of `../../../../../../test_util` relative imports from the codebase, allowing us to move this code more easily in the future. --- cli/tests/config/deno.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cli/tests/config/deno.json (limited to 'cli/tests/config') diff --git a/cli/tests/config/deno.json b/cli/tests/config/deno.json new file mode 100644 index 000000000..fe518960f --- /dev/null +++ b/cli/tests/config/deno.json @@ -0,0 +1,5 @@ +{ + "imports": { + "@test_util/": "../../../test_util/" + } +} -- cgit v1.2.3