Hello! Has anyone tried running the poly test in parallel, using kaocha runner?
Hi! I am experimenting with my first polylith project and I came to the point where I needed to use profiles. I followed the the steps in the tutorial and got a Error 107: missing components in the development project ... I found the source of my issue:
;; In the top level deps.edn in my :aliases
{:+default {:extra-deps {poly/comp {:local/root "./components/impl1"}}}
;; this gets you the 107 ^^
{:+default {:extra-deps {poly/comp {:local/root "components/impl1"}}}
;; this doesn't ^
I don't know if this is expected behavior, I thought I'd report it here.
Cheers,