bitovi / testee-client

Testee client adapters for QUnit, Jasmine and Mocha
https://www.npmjs.com/package/testee-client
MIT License
1 stars 1 forks source link

Adding state to passed and failed tests so Mocha reporters work properly #36

Closed ccummings closed 7 years ago

ccummings commented 7 years ago

Adding a state property to the test objects so mocha reporters can handle failed tests properly.

i.e The XUnit reporter adds a <failure> tag with a message here but only if state === 'failed'.

daffl commented 7 years ago

👍