reagent/test
Dan Holmsand 3c2c63402e Breaking change: Allow arbitrary arguments to component functions
Previously, the first argument had to be a map, and the rest of the
arguments where passed as a vector as the second argument.

Now [my-comp foo...] generally behaves as (my-comp foo...).

Since `this` is no longer passed to component functions, add
current-component function.

Also change signatures of React callbacks, to reflect that arbitrary
arguments can be passed.

Remove set-props and replace-props for the same reason.

Add argv accessor and set-args instead.
2014-02-08 13:55:01 +01:00
..
runtests.cljs Fix test-running under advanced compilation 2014-01-25 17:02:58 +01:00
simpletest.cljs Initial version 2013-12-16 23:19:36 +01:00
testcloact.cljs Breaking change: Allow arbitrary arguments to component functions 2014-02-08 13:55:01 +01:00
testratom.cljs Cloact -> Reagent 2014-01-17 11:12:11 +01:00