| 1 | import { AppiumDriver, createDriver, SearchOptions } from "nativescript-dev-appium"; |
| 2 | import { isSauceLab, runType } from "nativescript-dev-appium/lib/parser"; |
| 3 | import { expect } from "chai"; |
| 4 | import { findAndroidImages } from "./helper"; |
nothing calls this directly
no test coverage detected