DEV: Fix `loadScript()` in ember-cli testem env (#16533)

The issue affected plugin-provided scripts.
This commit is contained in:
Jarek Radosz 2022-04-22 12:32:33 +02:00 committed by GitHub
parent 70b69e318a
commit 3010c5fd74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -80,5 +80,8 @@ if (shouldLoadPluginTestJs()) {
"/assets/discourse/tests/plugin-tests.js": { "/assets/discourse/tests/plugin-tests.js": {
target, target,
}, },
"/plugins/": {
target,
},
}; };
} }