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
Hi there, I'm trying to use tap in my tests. path alias isn't resolved.
npx tap --tsconfig=tests/tsconfig.json tests/unit/utils/base64.utils.test.ts
SKIP tests/unit/utils/base64.utils.test.ts 0 OK 512ms
~ no tests found
2> tests/unit/utils/base64.utils.test.ts
node:internal/modules/run_main:104
triggerUncaughtException(
^
Error: Cannot find package '@src/utils' imported from
Uh oh!
There was an error while loading. Please reload this page.
Hi there, I'm trying to use tap in my tests. path alias isn't resolved.
My project structure is :
I'd like to call tests/tsconfig.json running tap like :
The text was updated successfully, but these errors were encountered: