File tree Expand file tree Collapse file tree 3 files changed +508
-420
lines changed
Expand file tree Collapse file tree 3 files changed +508
-420
lines changed Original file line number Diff line number Diff line change 3737 "DEBUG" : " adb:minicap, adb:scrcpy" ,
3838 "DEBUG_COLORS" : " 1"
3939 }
40+ },
41+
42+ {
43+ "name" : " clickTest (tsx)" ,
44+ "type" : " node" ,
45+ "request" : " launch" ,
46+ "runtimeExecutable" : " ${workspaceFolder}/node_modules/.bin/tsx" ,
47+ "args" : [" ./tasks/clickTest.ts" ],
48+ "cwd" : " ${workspaceFolder}" ,
49+ "internalConsoleOptions" : " openOnSessionStart" ,
50+ "skipFiles" : [" <node_internals>/**" ],
51+ "env" : {
52+ "DEBUG__ALL" : " *" ,
53+ "DEBUG" : " adb:minicap, adb:scrcpy" ,
54+ "DEBUG_COLORS" : " 1"
55+ }
4056 },
57+
4158 {
4259 "name" : " Mocha Tests" ,
4360 "cwd" : " ${workspaceFolder}" ,
Original file line number Diff line number Diff line change 7676 "xpath" : " ^0.0.34"
7777 },
7878 "devDependencies" : {
79- "@jest/globals" : " ^30.0.4 " ,
79+ "@jest/globals" : " ^30.0.5 " ,
8080 "@types/debug" : " ^4.1.12" ,
8181 "@types/jest" : " ^30.0.0" ,
8282 "@types/mocha" : " ^10.0.10" ,
83- "@types/node" : " ^24.0.14 " ,
84- "@types/node-forge" : " ^1.3.13 " ,
83+ "@types/node" : " ^24.3.0 " ,
84+ "@types/node-forge" : " ^1.3.14 " ,
8585 "@types/sinon" : " ^17.0.4" ,
8686 "@types/sinon-chai" : " ^4.0.0" ,
87- "@typescript-eslint/eslint-plugin" : " ^8.37 .0" ,
88- "@typescript-eslint/parser" : " ^8.37 .0" ,
87+ "@typescript-eslint/eslint-plugin" : " ^8.40 .0" ,
88+ "@typescript-eslint/parser" : " ^8.40 .0" ,
8989 "chai" : " ~5.2.1" ,
90- "eslint" : " ^9.31 .0" ,
91- "jest" : " ^30.0.4 " ,
90+ "eslint" : " ^9.34 .0" ,
91+ "jest" : " ^30.0.5 " ,
9292 "mocha" : " ~11.7.1" ,
9393 "picocolors" : " ^1.1.1" ,
9494 "prettier" : " ^3.6.2" ,
9595 "rimraf" : " ^6.0.1" ,
9696 "sinon" : " ~21.0.0" ,
9797 "sinon-chai" : " ~4.0.0" ,
98- "tsx" : " ^4.20.3 " ,
98+ "tsx" : " ^4.20.4 " ,
9999 "typedoc" : " ^0.28.7" ,
100100 "typedoc-plugin-rename-defaults" : " ^0.7.3" ,
101- "typescript" : " 5.8.3 " ,
101+ "typescript" : " 5.9.2 " ,
102102 "why-is-node-running" : " ^3.2.2"
103103 },
104104 "engines" : {
You can’t perform that action at this time.
0 commit comments