martinsson / BugsZero-Kata

Practice Designing code for less bugs
86 stars 131 forks source link

Getting the javascript kata to work #15

Closed vincentdnl closed 5 years ago

vincentdnl commented 6 years ago

The javascript part didn't work. I changed mocha to jest, added support for typescript and changed the first test for jest syntax.

martinsson commented 5 years ago

I'm closing this as approval tests are harder to get working with Jest and I backported the other fixes you made (thanks!). The master now works with typescript both in the IDE and from command-line.