diff --git a/app/assets/javascripts/discourse/testem.js b/app/assets/javascripts/discourse/testem.js index 3a55f8e7a57..cc8f2a3588c 100644 --- a/app/assets/javascripts/discourse/testem.js +++ b/app/assets/javascripts/discourse/testem.js @@ -80,5 +80,8 @@ if (shouldLoadPluginTestJs()) { "/assets/discourse/tests/plugin-tests.js": { target, }, + "/plugins/": { + target, + }, }; }