We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62f0f0 commit dc1cbdbCopy full SHA for dc1cbdb
common/module/src/config/ACConfigManager.ts
@@ -422,6 +422,7 @@ async function processConfiguration(config?) : Promise<IConfigInternal> {
422
} else {
423
ACConfig = JSON.parse(JSON.stringify(ACConstants));
424
}
425
+ ACConfig = JSON.parse(JSON.stringify(ACConfig));
426
427
// In the case the ACConfig object is not defined, then define it with default config options so
428
// it can be set in window.__karma__.config.ACConfig, so that we know even in the testcases, other
0 commit comments