<%= discourse_color_scheme_stylesheets %> <%- if !@suggested_themes %> <%= discourse_stylesheet_link_tag(:desktop, theme_id: nil) %> <%= discourse_stylesheet_link_tag(:test_helper, theme_id: nil) %> <%= preload_script "locales/#{I18n.locale}" %> <%= vendor_theme_tests %> <%= preload_script @app_bundle %> <%= preload_script "admin" %> <%= preload_script "discourse/tests/active-plugins" %> <%= preload_script "admin-plugins" %> <%= support_bundles %> <%= theme_translations_lookup %> <%= theme_js_lookup %> <%= theme_lookup("head_tag") %> <%= theme_tests %> <%= tag.meta id: 'data-discourse-setup', data: client_side_setup_data %> <%- else %> <%- end %> <%- if !@suggested_themes %> <%- if @legacy_ember %>
<%- end %> <%- else %>

Theme QUnit Test Runner

<%- if @suggested_themes.size == 0 %>

Cannot find any theme tests.

<%- else %>

Select a theme/component:

<%- @suggested_themes.each do |(id, name)| %>

<%= link_to name, theme_qunit_url(id: id) %>

<%- end %> <%- end %> <%- end %> <%- if !@suggested_themes %> <%= boot_bundles %> <%- end %>