mediawiki-extensions-Discus.../tests
Bartosz Dziewoński 8f583a23be Use the faster childIndexOf() approach in JS too
I was wondering if the different approach to childIndexOf()
implemented in PHP in b8d7a75c34 would
be faster in JS as well, and yes, it is.

Our test suite now takes (on my machine):
* Chrome: 8337 ms → 7355 ms (average over 5 tries)
* Firefox: 5321 ms → 5044 ms (average over 5 tries)

Change-Id: I71963eeb92dcea9bfd59cbf01a7aa0b7de5d9cf1
2020-05-22 19:33:35 +02:00
..
cases Add the test for getAuthors() in JS too 2020-05-19 21:13:52 +02:00
data Move /cases and /data up to /tests 2020-05-18 21:47:17 +01:00
phpunit Add the test for getAuthors() in JS too 2020-05-19 21:13:52 +02:00
qunit Use the faster childIndexOf() approach in JS too 2020-05-22 19:33:35 +02:00