Sha256: 3a365fe62fad4217470cbf891d6b44fb6ac085755c7462ff5635fc1a214ed199
Contents?: true
Size: 325 Bytes
Versions: 9
Compression:
Stored size: 325 Bytes
Contents
test('basic test', function() { expect(1); ok(true, 'this had better work.'); }); test('can access the DOM', function() { expect(1); var fixture = document.getElementById('qunit-fixture'); equal(fixture.innerText || fixture.textContent, 'this had better work.', 'should be able to access the DOM.'); });
Version data entries
9 entries across 9 versions & 1 rubygems