test-state icon indicating copy to clipboard operation
test-state copied to clipboard

Allow post-assertion state modification

Open japgolly opened this issue 6 years ago • 0 comments

Currently state modification occurs before assertions. Add ability to tie a state update to an action, but have it run after successful post-action assertion.

(Currently using *.emptyAction.updateState(...) as a workaround)

japgolly avatar Jun 18 '18 06:06 japgolly