0.3.0 ⢠Published 5 years ago
qunit-console-grouper v0.3.0
š qunit-console-grouper š
QUnit plugin that groups console messages by test

š Install
npm
npm install --save-dev qunit-console-grouperor using yarn:
yarn add --dev qunit-console-grouper(This is the recommended method for Ember projects.)
<script> Tag
Load qunit-console-grouper.js after qunit.js:
<script src="https://unpkg.com/qunitjs/qunit/qunit.js"></script>
<script src="https://unpkg.com/qunit-console-grouper/lib/qunit-console-grouper.js"></script>š License
qunit-console-grouper is developed by and Ā© simplabs GmbH and contributors. It is released under the MIT License.