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
Chai 4.3 introduced a regression via #1334 that causes chai to throw a syntax error on IE 11. This is because it's using an arrow function here which isn't supported on IE 11.