build-canaries / nevergreen

:baby_chick: A build monitor with attitude
https://nevergreen.io
Eclipse Public License 1.0
215 stars 38 forks source link

Fix the tray settings server type test #310

Closed GentlemanHal closed 3 years ago

GentlemanHal commented 4 years ago

It fails with "RangeError: Maximum call stack size exceeded" since updating to Jest v25 which upgraded JSDOM from v11 to v15.

Everything seems to work correctly in every browser I've tested.

I'm not sure if this is a real issue with the component, and real browsers are handling it better or if it's an issue with JSDOM?

In theory it could also be an issue with how Jest sets up JSDOM?

😕