mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
unit testing test (#4256)
* update deps * add some interfaces * update deps * update deps * add zif_abapgit_auth * add zif_abapgit_environment * update deps * add interfaces * update deps * update deps * update deps * update deps
This commit is contained in:
parent
ca51d8b0c7
commit
fa97ded1dc
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"input_folder": "src",
|
||||
"input_filter": ["zif_abapgit_definitions", "zcl_abapgit_convert", "zcl_abapgit_path", "zcx_abapgit_exception", "zcl_abapgit_hash", "zcl_abapgit_url"],
|
||||
"input_filter": [
|
||||
"zif_abapgit_definitions",
|
||||
"zcl_abapgit_convert",
|
||||
"zcl_abapgit_path",
|
||||
"zcx_abapgit_exception",
|
||||
"zcl_abapgit_hash",
|
||||
"zcl_abapgit_url",
|
||||
"zif_abapgit_dot_abapgit",
|
||||
"zif_abapgit_dot_abapgit",
|
||||
"zif_abapgit_auth",
|
||||
"zif_abapgit_apack_definitions",
|
||||
"zif_abapgit_environment",
|
||||
"zif_abapgit_cts_api",
|
||||
"zif_abapgit_http_response",
|
||||
"zif_abapgit_stage_logic"
|
||||
],
|
||||
"output_folder": "output",
|
||||
"lib": "https://github.com/open-abap/open-abap",
|
||||
"write_unit_tests": true,
|
||||
|
|
10
package.json
10
package.json
|
@ -13,10 +13,10 @@
|
|||
"url": "git+https://github.com/abapGit/abapGit.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.61.4",
|
||||
"@abaplint/transpiler-cli": "^0.8.8",
|
||||
"@abaplint/runtime": "^0.8.8",
|
||||
"abapmerge": "^0.14.1",
|
||||
"eslint": "^7.14.0"
|
||||
"@abaplint/cli": "^2.61.10",
|
||||
"@abaplint/transpiler-cli": "^0.8.19",
|
||||
"@abaplint/runtime": "^0.8.19",
|
||||
"abapmerge": "^0.14.2",
|
||||
"eslint": "^7.15.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user