Skip to content

Commit 646d0e4

Browse files
committed
include polyfill in a missing place
1 parent 928f47c commit 646d0e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/optimizely-sdk/karma.umd.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module.exports = function(config) {
2727

2828
// list of files / patterns to load in the browser
2929
files: [
30+
'./node_modules/promise-polyfill/dist/polyfill.min.js',
3031
'./dist/optimizely.browser.umd.min.js',
3132
'./lib/index.browser.umdtests.js'
3233
],

0 commit comments

Comments
 (0)