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 6dc0e8a commit dff2a3bCopy full SHA for dff2a3b
test/karma-test-shim.js
@@ -108,8 +108,8 @@ Promise.all([
108
]).then(function(imports) {
109
var testing = imports[0];
110
var browser = imports[1];
111
- testing.setBaseTestProviders(browser.TEST_BROWSER_PLATFORM_PROVIDERS,
112
- browser.TEST_BROWSER_APPLICATION_PROVIDERS);
+ testing.setBaseTestProviders(browser.TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS,
+ browser.TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS);
113
114
return Promise.all(
115
Object.keys(window.__karma__.files)
0 commit comments