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 928f47c commit 646d0e4Copy full SHA for 646d0e4
packages/optimizely-sdk/karma.umd.conf.js
@@ -27,6 +27,7 @@ module.exports = function(config) {
27
28
// list of files / patterns to load in the browser
29
files: [
30
+ './node_modules/promise-polyfill/dist/polyfill.min.js',
31
'./dist/optimizely.browser.umd.min.js',
32
'./lib/index.browser.umdtests.js'
33
],
0 commit comments