Commit Graph

9 Commits (b76c3a1842fb0b1eff7debf57a3df36774550e51)

Author SHA1 Message Date
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
Bruno Windels 61ac989847 add code style 2018-07-09 17:08:16 +02:00
Bruno Windels 473af6ff62 add ignore file 2018-07-09 17:08:16 +02:00
Bruno Windels 5429bfde11 move helpers to other module 2018-07-09 17:08:16 +02:00
Bruno Windels 9921573076 add license and copyright notice 2018-07-09 17:08:16 +02:00
Bruno Windels f43d53c020
Update roadmap 2018-07-09 12:41:24 +02:00
Bruno Windels a240c5617c
Update roadmap 2018-07-06 11:40:42 +01:00
Bruno Windels 956beaf1f4 add initial README 2018-07-05 11:56:19 +01:00
Bruno Windels e806b0d22a initial commit 2018-07-05 11:55:45 +01:00