Commit Graph

4 Commits (d4682eb5e68c9ad2d325cf2bc41c16395da4c56e)

Author SHA1 Message Date
Bruno Windels d4682eb5e6 apply code style 2018-07-09 18:35:47 +02:00
Bruno Windels 400327a0f1 add test for joining preexisting room 2018-07-09 18:21:05 +02:00
Bruno Windels 5c4f92952f move tests to separate file 2018-07-09 17:51:02 +02:00
Bruno Windels b76c3a1842 don't use jest and just run test code sequentially
since a lot of tests will be interdepent and need to happen in order,
it seems easier to not use a test runner enforcing tests to be semi-independent
and instead just run the code and have some logging code to see where
a problem occurs
2018-07-09 17:43:21 +02:00