mount

tianshu 2019-12-21T08:58:16.001100Z

can I swap state in a particular scope, I want use it for testing. In cljs I have a atom as app-state, I define it as a mount state, I want bind it to a new atom for every test.