gruntjs / grunt-contrib-qunit

Run QUnit tests in Headless Chrome.
MIT License
214 stars 105 forks source link

Try to stringify messages using JSON.toString() #198

Closed lucaswerkmeister closed 1 year ago

lucaswerkmeister commented 1 year ago

This is mainly relevant for actual/expected values, which may be anything; previously, we would show them as [object Object]. Fixes #197.