Revert "DEV: Support for running theme test with Ember CLI" (#15547)

This reverts commit ea84a82f77f22c793baa0fca6d951ba029169adc.

This is causing problems with `/theme-qunit` on legacy, non-ember-cli production sites. Reverting while we work on a fix
This commit is contained in:
David Taylor
2022-01-11 23:38:59 +00:00
committed by GitHub
parent 1d0e5ae4c8
commit 252bb87ab3
26 changed files with 129 additions and 227 deletions

View File

@ -176,7 +176,10 @@ module Discourse
confirm-new-email/bootstrap.js
onpopstate-handler.js
embed-application.js
discourse/tests/active-plugins.js
discourse/tests/theme_qunit_ember_jquery.js
discourse/tests/theme_qunit_vendor.js
discourse/tests/theme_qunit_tests_vendor.js
discourse/tests/theme_qunit_helper.js
discourse/tests/test_starter.js
}
@ -367,7 +370,7 @@ module Discourse
%w{qunit.js
qunit.css
test_helper.css
discourse/tests/test-boot-rails.js
discourse/tests/test_helper.js
wizard/test/test_helper.js
}.include?(logical_path) ||
logical_path =~ /\/node_modules/ ||