0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-24 06:02:18 -05:00
denoland-deno/cli/tests/config/deno.json
Matt Mastracci f50ac004c2 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.
2024-02-08 14:56:46 +05:30

5 lines
64 B
JSON

{
"imports": {
"@test_util/": "../../../test_util/"
}
}