mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
ffbb1bad03
This removes the majority of `../../../../../../test_util` relative imports from the codebase, allowing us to move this code more easily in the future.
5 lines
64 B
JSON
5 lines
64 B
JSON
{
|
|
"imports": {
|
|
"@test_util/": "../../../test_util/"
|
|
}
|
|
}
|