gnome-shell/tests/unit
Florian Müllner c6d57059ff tests: Work around import dependency loop
The markup unit test currently fails with the following message:

  TypeError: class heritage MessageList.Message is not an object or null

This is because MessageList imports other modules that end up importing
MessageList themselves in order to inherit from one of its classes. But
as the MessageList imports hasn't finished yet (it's still processing
its own imports), that class hasn't been defined yet.

Work around that by importing Main first, so that the importer can
process imports in a proper order.
2019-02-07 02:46:51 +01:00
..
insertSorted.js Util: fix binary search exit condition 2011-12-20 22:44:03 +01:00
jsParse.js tests: Fix JS warning 2017-10-04 18:12:27 +02:00
markup.js tests: Work around import dependency loop 2019-02-07 02:46:51 +01:00
url.js utils: Simplify URL regex to only support one layer of parentheses 2018-04-13 18:15:44 +00:00