reagent/test
Dan Holmsand 976d8ba4f6 Make cursor more general and flexible
Instead of passing an atom, you can now pass a function.

That function is passed one argument (the path provided to cursor)
when deref-ing, and two arguments (path and new value) when
resetting.

Remove the old setter, and the currying version.
2015-01-31 13:32:48 +01:00
..
runtests.cljs Add a few tests for wrap 2014-12-03 14:50:03 +01:00
testcursor.cljs Make cursor more general and flexible 2015-01-31 13:32:48 +01:00
testinterop.cljs Simplify the fvar macro 2014-04-01 15:17:33 +02:00
testratom.cljs Allow deref of Reaction outside active Reaction 2015-01-30 21:20:02 +01:00
testreagent.cljs Add test for force-update-all 2014-12-09 12:58:30 +01:00
testwrap.cljs Make browser tests clean up after themselves properly 2014-12-03 16:14:07 +01:00