Fork me on GitHub

qunit-helpful + qunit-inject

Each failed assertion will have helpful info

Click on each test to expand to see the helpful automatic messages


  QUnit.module('using qunit-inject', {
    foo: 'foo'
  });

  QUnit.test('just injection with assertion', function (foo) {
    QUnit.equal(foo, 'f' + 'o' + 'o');
    // look at the actual assertion in this test on this page
  });