Meteor-Community-Packages / meteor-mocha

A Mocha test driver package for Meteor 1.3+. This package reports server AND client test results in the server console and can be used for running tests on a CI server or locally.
https://packosphere.com/meteortesting/mocha
MIT License
67 stars 40 forks source link

Not display dates in console output #66

Closed reimerwilliam closed 6 years ago

reimerwilliam commented 6 years ago

Thanks for a great package! Is there a way to get rid of the blue dates in the console output when running the tests so that the formatting looks a bit nicer?

meteortesting formatting

SimonSimCity commented 6 years ago

This is a Meteor feature which can be disabled by adding the flag --raw-logs to your meteor test command.

I haven't found it in their official documentation but in this issue of their repository https://github.com/meteor/meteor/issues/7396 and by calling meteor test --help.