| 1 | import { AppiumDriver, createDriver, nsCapabilities } from "nativescript-dev-appium"; |
| 2 | import { assert } from "chai"; |
| 3 | import { setImageName } from "../../../helpers/image-helper"; |
| 4 | import { EventsGesturesBasePage } from "../events-gestures-base-page"; |
nothing calls this directly
no test coverage detected