test: remove is touch test

isekai-main
Barış Soner Uşaklı 2 years ago
parent a6be0cd74b
commit 1ab0faa4a9

@ -295,11 +295,6 @@ describe('Utility Methods', () => {
done();
});
it('should return false if not touch device', (done) => {
assert(!utils.isTouchDevice());
done();
});
it('should check if element is in viewport', (done) => {
const el = $('<div>some text</div>');
assert(utils.isElementInViewport(el));

Loading…
Cancel
Save