From 1ab0faa4a923b70dd5148df8bd50b7c5c6e202f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sat, 27 May 2023 13:33:18 -0400 Subject: [PATCH] test: remove is touch test --- test/utils.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/utils.js b/test/utils.js index eede4718b3..b0a6afcfb9 100644 --- a/test/utils.js +++ b/test/utils.js @@ -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 = $('
some text
'); assert(utils.isElementInViewport(el));