More tests for @bind #1267
Labels
frontend
Concerning the HTML editor
good first issue
Good for newcomers
tests
issues that improve the code coverage and the automatic testing
@pankgeorg recently added a test for #928, which is awesome(!) because we now have an end-to-end test for
@bind
.This is a great start, and we should add some additional tests for
@bind
:@bind x Slider(1:1000)
andsleep(1); x
. Moving the slider quickly from 1 to 1000 should not trigger at most 2 runs, not 1000.The text was updated successfully, but these errors were encountered: