Practicalmeteor:mocha vs npm mocha

Which are the differences between using practicalmeteor:mocha vs. Mocha from npm ?

I can say that there are two major difference between them:

  1. practicalmeteor:mocha make mocha to play nice with fibers
  2. practicalmeteor:mocha add a custom reporter that shows you the different tests from client and server

This is how it looks like:

For more details go HERE

1 Like