I'm using https://github.com/seancorfield/polylith-external-test-runner and Malli function schemas - where would I add the http://malli.dev/start! call? Or rather, I if I wrap org.corfield.external-test-runner.interface/create and update :test {:create-test-runner wrapped} in workspace.edn, that's not going to do it is it? thanks3
Ah got it. Added a test setup function in the workspace.edn
:projects {"command-line" {:alias "cli"
:test {:setup-fn main/setup}}