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:
Lars Hvam 2021-01-09 10:54:45 +01:00 committed by GitHub
parent 889d062e1c
commit 48e74547b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -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",

View File

@ -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"
}