UNPKG

230 BJavaScriptView Raw
1QUnit.test( "Is scrolldir there?", function(assert) {
2 scrollDir();
3 scrollDir({off: true});
4 assert.equal(document.querySelector('[data-scrolldir]').getAttribute('data-scrolldir'), 'off', 'there should not be scrolldir');
5});