Deno Aliases
When I run my tests I get the following example error:
But my app runs, and deno check doesn't complain about any issues.
imports from my deno.json
Screen snip attached showing when I am editing in code, no errors are indicated.
The issues only start when I try to run tests that contain aliases.
Any thoughts

3 Replies
Deno Aliases causing errors in tests.
I've done a bit more basic checking, using aliases in main.ts successfully. But when used in any test, that test fails with the error shown in the previous screen snip.
GitHub
Alias causes errors in tests · Issue #29916 · denoland/deno
Version: Deno latest I've setup aliases and my project runs fine. Deno check completes and reports no issues. Trying to run a test containing an issue reports errors of import not starting with ./