x87/awesome-typescript-seed

Switch from Karma to Mocha

Closed this issue · 2 comments

x87 commented

Reasoning: karma is a browser-only framework and it does not allow to test Node.js applications. Mocha is more advanced in this way. Also chai assert library gives wider choice of assertions out of box comparing to jasmine which eliminates need for additional plugins such as jasmine-expect.

Consider using ts-mocha runner or a similar tool.

x87 commented

Also switch from PhantomJS to Chrome Headless due to ariya/phantomjs#15344

x87 commented

Switched to Jest with 19c23b3