File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1- export declare const should : any ;
21import { ElementHelper } from "./element-helper" ;
32import { SearchOptions } from "./search-options" ;
43import { UIElement } from "./ui-element" ;
Original file line number Diff line number Diff line change 11import * as wd from "wd" ;
22import * 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
94import { ElementHelper } from "./element-helper" ;
105import { SearchOptions } from "./search-options" ;
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments