Skip to content

Commit f67c7d0

Browse files
refactor: remove some deps that are no longer required
1 parent 7246bce commit f67c7d0

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

lib/appium-driver.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export declare const should: any;
21
import { ElementHelper } from "./element-helper";
32
import { SearchOptions } from "./search-options";
43
import { UIElement } from "./ui-element";

lib/appium-driver.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import * as wd from "wd";
22
import * as webdriverio from "webdriverio";
3-
const chai = require("chai");
4-
const chaiAsPromised = require("chai-as-promised");
5-
chai.use(chaiAsPromised);
6-
export const should = chai.should();
7-
chaiAsPromised.transferPromiseness = wd.transferPromiseness;
83

94
import { ElementHelper } from "./element-helper";
105
import { SearchOptions } from "./search-options";

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-dev-appium",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "A NativeScript plugin to help integrate and run Appium tests",
55
"author": "NativeScript",
66
"license": "MIT",
@@ -33,8 +33,6 @@
3333
"dependencies": {
3434
"app-root-path": "~2.1.0",
3535
"blink-diff": "~1.0.13",
36-
"chai": "~4.2.0",
37-
"chai-as-promised": "~7.1.0",
3836
"frame-comparer": "^2.0.1",
3937
"glob": "^7.1.0",
4038
"inquirer": "^6.2.0",

0 commit comments

Comments
 (0)