You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IE8 stopped working since karma started using the dom-serialize library in karma 0.13.0. This is because Object.reduce is used on this line of code, but no shim has been provided for IE8.
IE8 stopped working since karma started using the dom-serialize library in karma 0.13.0. This is because
Object.reduceis used on this line of code, but no shim has been provided for IE8.