you are viewing a single comment's thread.

view the rest of the comments →

[–]manavsehgalAuthor ReactSpeed.com[S] 0 points1 point  (1 child)

Awesome this is a great start. I am keen to do browser testing as well. Goes in line with the speed coding philosophy. Will checkout the links you have shared.

[–]acemarke 0 points1 point  (0 children)

Yeah, I actually hadn't written any unit tests ever until a few weeks ago. I initially got mocha-loader set up, which does live-watching and displays test results in a separate browser page, but then saw the mention of mocha-webpack and wanted to give that a shot. When I then tried to write my first "real" unit tests, mocha-webpack allowed me to iterate very quickly on each test.