DEV: Fix `loadScript()` in ember-cli testem env (#16533)
The issue affected plugin-provided scripts.
This commit is contained in:
parent
70b69e318a
commit
3010c5fd74
|
@ -80,5 +80,8 @@ if (shouldLoadPluginTestJs()) {
|
|||
"/assets/discourse/tests/plugin-tests.js": {
|
||||
target,
|
||||
},
|
||||
"/plugins/": {
|
||||
target,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue