mediawiki-extensions-Visual.../modules/ve-mw/tests/ui
Bartosz Dziewoński 94633fd165 Use $.parseHTML() in tests where appropriate
It removes some indirection.

* Find:          \$\( '<.+?' \)\.toArray\(\)
* Replace with:  $.parseHTML( \1 )

(also replaced a few by hand that weren't caught by that regexp)

Change-Id: I2639cc4a26bc960046a189504dd8058344e14d60
2022-03-09 01:07:57 +01:00
..
actions
datatransferhandlers Use $.parseHTML() in tests where appropriate 2022-03-09 01:07:57 +01:00
dialogs assert.ok -> assert.true 2021-11-09 00:30:20 +00:00
inspectors
pages Delay initialization of all invisible "add parameter" components 2021-12-15 08:28:16 +00:00
widgets Skip initial creation of unused parameter widget 2022-03-02 10:19:46 +00:00
ve.ui.DiffElement.test.js Update VE core submodule to f5c7f0f204 2022-01-24 20:13:21 +00:00