So I made mock components now and am having profiles :+default and :+mock. How do I run poly test with the mock components instead of the default ones? Should I add the mock-components to the :test alias? Then I am getting
Error 108: Components with an interface that is implemented by more than one component are not allowed for the development project. They should be added to development profiles instead: psql-fake, smtp-mockInclude +mock as parameter to the test command.
alright, thanks. 👍
Somehow when running clj -M:poly test +mock :all it starts my +default -components. It should start the mock components with this command, right?
Have you included the component associated with the default profile in development? It should only live in the default profile. If you still have problems, you can export the workspace and send it to me, and I will have a look.