mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
unit testing test (#4377)
* unit testing test * update deps * update deps * update deps * update * update * update deps * add zcl_abapgit_gui_buttons * update deps * enable more files * enable zcx_abapgit_not_found * upd * upd * upd
This commit is contained in:
parent
889d062e1c
commit
48e74547b9
|
@ -15,7 +15,10 @@
|
|||
"zcl_abapgit_zlib_convert",
|
||||
"zcl_abapgit_zlib_huffman",
|
||||
"zcl_abapgit_zlib_stream",
|
||||
"zif_abapgit_repo_srv",
|
||||
"zcl_abapgit_git_branch_list",
|
||||
"zcx_abapgit_exception",
|
||||
"zcx_abapgit_not_found",
|
||||
"zif_abapgit_apack_definitions",
|
||||
"zif_abapgit_auth",
|
||||
"zif_abapgit_cts_api",
|
||||
|
@ -23,6 +26,7 @@
|
|||
"zif_abapgit_dot_abapgit",
|
||||
"zif_abapgit_environment",
|
||||
"zif_abapgit_exit",
|
||||
"zcl_abapgit_gui_buttons",
|
||||
"zcl_abapgit_exit",
|
||||
"zif_abapgit_ajson_writer",
|
||||
"zif_abapgit_ajson_reader",
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
"url": "git+https://github.com/abapGit/abapGit.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.63.9",
|
||||
"@abaplint/transpiler-cli": "^1.1.5",
|
||||
"@abaplint/runtime": "^1.1.3",
|
||||
"@abaplint/cli": "^2.63.13",
|
||||
"@abaplint/transpiler-cli": "^1.1.18",
|
||||
"@abaplint/runtime": "^1.1.18",
|
||||
"abapmerge": "^0.14.2",
|
||||
"eslint": "^7.17.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user