mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08: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