choojs / choo

:steam_locomotive::train: - sturdy 4kb frontend framework
https://choo.io/
MIT License
6.78k stars 595 forks source link

Add browser tests #696

Closed tornqvist closed 5 years ago

tornqvist commented 5 years ago

While adding browser tests I noticed that https://github.com/choojs/choo/pull/695 had caused a regression. This adds tests for browsers and a change to route matching to duplicate the behavior of toString – initializing stores after the route has been matched and added to state.