Closed
Description
While re-reading the code (and preparing for "elmish") It occurred to me that we might be over-complicating things ...
Do we need an init
function to initialise the DOM in:
e.g:
If we use https://github.com/rstacruz/jsdom-global in our tests, we should not need an init
function.
I'm going to experiment with updating the counter-reset
tests and see if I can remove the init
function completely.