| 1 | /* global assert, setup, suite, test, CustomEvent, MouseEvent, TouchEvent */ |
| 2 | import { entityFactory, once } from '../helpers.js'; |
| 3 | const touchEventSupported = (typeof TouchEvent !== 'undefined'); |
| 4 |
nothing calls this directly
no test coverage detected