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 ;
2
1
import { ElementHelper } from "./element-helper" ;
3
2
import { SearchOptions } from "./search-options" ;
4
3
import { UIElement } from "./ui-element" ;
Original file line number Diff line number Diff line change 1
1
import * as wd from "wd" ;
2
2
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 ;
8
3
9
4
import { ElementHelper } from "./element-helper" ;
10
5
import { SearchOptions } from "./search-options" ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-dev-appium" ,
3
- "version" : " 6.0 .0" ,
3
+ "version" : " 6.1 .0" ,
4
4
"description" : " A NativeScript plugin to help integrate and run Appium tests" ,
5
5
"author" : " NativeScript" ,
6
6
"license" : " MIT" ,
33
33
"dependencies" : {
34
34
"app-root-path" : " ~2.1.0" ,
35
35
"blink-diff" : " ~1.0.13" ,
36
- "chai" : " ~4.2.0" ,
37
- "chai-as-promised" : " ~7.1.0" ,
38
36
"frame-comparer" : " ^2.0.1" ,
39
37
"glob" : " ^7.1.0" ,
40
38
"inquirer" : " ^6.2.0" ,
You can’t perform that action at this time.
0 commit comments