Testing in turborepo #5590
-
Hi, I'm using a similar setup to the one's found on the examples folder. I have some typescript files and if those files have NO external dependency, then my tests run. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It sounds like you're looking for:
Notice the lack of I may be misunderstanding the question here, though. Please let me know! |
Beta Was this translation helpful? Give feedback.
It sounds like you're looking for:
Notice the lack of
^
, meaning that your package needs tobuild
itself before it runstest
.I may be misunderstanding the question here, though. Please let me know!