litixsoft / karma-mocha-reporter

Karma reporter plugin with mocha style logging.
Other
197 stars 45 forks source link

colors.info symbol can be used for skipped unit tests #107

Open shrijoshi24 opened 4 years ago

shrijoshi24 commented 4 years ago

Currently, when the results of the individual unit tests are reported, if the result is a success, colors.success (✔) symbol is used else colors.error (✖) is used.(line 484 in index.js). However, the unit test could also be skipped in which case colors.info (ℹ) symbol should be used like it is used while printing the summary. Although "skipped" is mentioned for the unit test in round brackets, it would be good to have the same symbol at all places.