mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
tests: Port InjectionManager test to jasmine
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3164>
This commit is contained in:
parent
9315d42dd6
commit
d62146bc19
2 changed files with 149 additions and 92 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue