Commit Graph
7 Commits
Author SHA1 Message Date
Christian Pekeler 4a973d7ac4 Fixing consistency of signatures. 2016-08-27 15:24:28 -06:00
Ben Drucker e3f715f71b Clean up all DOM nodes when tests end
As the test suite grows it's bad for debugging to leak tons of elements
onto document.body. In order to concisely append/remove on the tests'
"end" event, we need to make sure the root tagName doesn't change. If it
does, the `tree` returned from `app.start` will no longer be the root
node and the removal fn will throw.
2016-07-04 16:19:17 -07:00
Ben Drucker 180ea8ae10 Remove all the "should" grammar from tests 2016-07-04 08:07:54 -07:00
Ben Drucker 57030b4e0e Update browser tests for new router fn arguments
See 6407188ee9
2016-07-04 08:07:54 -07:00
Ben Drucker 0a191566d6 Fix effect test: barracks requires a callback 2016-07-04 08:07:54 -07:00
Todd Kennedy 8f8df602c5 Extract html into separate module (#103) 2016-07-02 12:55:41 +02:00
Todd Kennedy 64436a2a80 TEST: Set up for testing via zuul/sauce labs (#86)
This requires the .travis.yml to be updated with the open sauce credentials
as explained at https://github.com/defunctzombie/zuul/wiki/Travis-ci#5-final-step
2016-06-29 08:06:04 -07:00