You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform: Linux Beka-PC 5.10.102.1-microsoft-standard-WSL2 Detailed coverage #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
I'm trying to use self-referencing in my test files, but when I do so, I no longer get the correct coverage results.
(A relative import gets the right results).
Looks like this issue might be that the dist files are being loaded, not the src files.
I'll need to do some more testing; I'll close if this is indeed the cause.
I'm trying to use self-referencing in my test files, but when I do so, I no longer get the correct coverage results.
(A relative import gets the right results).
My
tsconfig.json
file contains the dev mapping:And my
package.json
contains the dist mappings:I'm using ava to run the tests, here's its config (
ava.config.mjs
):The text was updated successfully, but these errors were encountered: