unit tests, update to latest (#5280)

This commit is contained in:
Lars Hvam 2022-01-25 10:16:00 +01:00 committed by GitHub
parent c932426b44
commit eda6f27a9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -25,9 +25,9 @@
]
},
"devDependencies": {
"@abaplint/cli": "^2.83.24",
"@abaplint/runtime": "^1.7.20",
"@abaplint/transpiler-cli": "^1.7.20",
"@abaplint/cli": "^2.84.4",
"@abaplint/runtime": "^1.7.29",
"@abaplint/transpiler-cli": "^1.7.29",
"abapmerge": "^0.14.3",
"c8": "^7.11.0",
"eslint": "^8.7.0"

View File

@ -172,7 +172,7 @@
{"object": "ZCL_ABAPGIT_AJSON_MAPPING", "class": "ltcl_to_upper", "method": "to_json"},
{"object": "ZCL_ABAPGIT_DATA_DESERIALIZER", "class": "ltcl_test", "method": "test1"},
{"object": "ZCL_ABAPGIT_DATA_SERIALIZER", "class": "ltcl_test", "method": "serialize", "note": "RTTI describe_by_name() todo, https://github.com/open-abap/open-abap/issues/225"},
{"object": "ZCL_ABAPGIT_DATA_SERIALIZER", "class": "ltcl_test", "method": "serialize", "note": "RTTI is_ddic_type() todo"},
{"object": "ZCL_ABAPGIT_GUI_UTILS", "class": "ltcl_gui_utils", "method": "is_renderable", "note": "casting, https://github.com/abaplint/transpiler/issues/465"},
{"object": "ZCL_ABAPGIT_GUI_UTILS", "class": "ltcl_gui_utils", "method": "is_event_handler", "note": "casting, https://github.com/abaplint/transpiler/issues/465"},