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
My project has absolute imports like src/prisma & uvu returns file not found for that. I've read the uvu docs and looks like the only way around to specify two folders in the dir argument like src|test probably?
Hey Jay, thanks a ton for this repository. I've learned a lot of new things through this.
When I run
pnpm test:e2eBut if I rename
index.spec.tstoindex.e2e-spec.tsthen all tests work fine and run as expected. I guess its a typo in the filename?I had a few more doubts, it'd be great if an expert like you can help me out with them!
1.1 The issue is related to Using static property from a class in decorators on the same class swc-project/swc#3521
1.2 Were you able to find a workaround to this?
src/prisma& uvu returns file not found for that. I've read the uvu docs and looks like the only way around to specify two folders in thedirargument likesrc|testprobably?