mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: tslint errors
This commit is contained in:
@@ -5,7 +5,7 @@ import { setImageName } from "../../../helpers/image-helper";
|
||||
|
||||
const suite = "tab-navigation";
|
||||
const spec = "tabs";
|
||||
const imagePrefix = `${suite}-${spec}`
|
||||
const imagePrefix = `${suite}-${spec}`;
|
||||
|
||||
describe(`${imagePrefix}-suite`, async function () {
|
||||
let driver: AppiumDriver;
|
||||
|
||||
@@ -15,6 +15,7 @@ export class TabsViewBasePage extends TabNavigationBasePage {
|
||||
if (this._driver.isIOS) {
|
||||
items.shift();
|
||||
}
|
||||
|
||||
return items;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user