mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fix loadScript() in ember-cli testem env (#16533)
The issue affected plugin-provided scripts.
This commit is contained in:
@@ -80,5 +80,8 @@ if (shouldLoadPluginTestJs()) {
|
||||
"/assets/discourse/tests/plugin-tests.js": {
|
||||
target,
|
||||
},
|
||||
"/plugins/": {
|
||||
target,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user