Fixed unit test

This commit is contained in:
Christian Rackerseder
2018-06-07 07:20:35 +02:00
parent 6f529a4f5a
commit a079e3b5e9

View File

@@ -1,3 +1,3 @@
import isTouchDevice from 'is-touch-device';
isTouchDevice() === true;
if (isTouchDevice()) {}