tests: Port InjectionManager test to jasmine

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3164>
This commit is contained in:
Florian Müllner 2024-01-20 08:00:39 +01:00 committed by Marge Bot
parent 9315d42dd6
commit d62146bc19
2 changed files with 149 additions and 92 deletions

View file

@ -21,6 +21,7 @@ unit_testenv.append('GI_TYPELIB_PATH', st_typelib_path, separator: ':')
unit_tests = [
'highlighter',
'injectionManager',
]
foreach test : unit_tests
@ -39,7 +40,6 @@ foreach test : unit_tests
endforeach
legacy_tests = [
'injectionManager',
'insertSorted',
'jsParse',
'markup',