This is a feature request. It would be nice to drive the Lifecycle of my component / system, from my test code. Seems that jig assumes we will always drive development from the repl (thus refresh, reset, etc).
But most times, I want my tests (or some main fn), to thread the system state through my Component Lifecycle. For example, in the below code, kernel/start-system and kernel/get-system don't have access to jig's system state (jig's user namespace isn't accessible to external projects, not driven from test).
https://www.refheap.com/21606
This is a feature request. It would be nice to drive the Lifecycle of my component / system, from my test code. Seems that jig assumes we will always drive development from the repl (thus refresh, reset, etc).
But most times, I want my tests (or some main fn), to thread the system state through my Component Lifecycle. For example, in the below code,
kernel/start-systemandkernel/get-systemdon't have access to jig's system state (jig'susernamespace isn't accessible to external projects, not driven from test).https://www.refheap.com/21606