UNPKG

scrolldir

Version:
7 lines (6 loc) 279 B
QUnit.test( "hello test", function(assert) { assert.ok(1 == "1", "Passed!"); }); QUnit.test( "Is scroll intent there?", function(assert) { assert.equal(document.querySelector('[data-scrolldir]').getAttribute('data-scrolldir'), 'down', 'there should be a scroll intent'); });