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
The change in `parseBackground()` is an oversight in 7b0acf5 and fixes a global
variable declaration that did not throw an error before, because Jest runs
tests in non-strict mode, even if the implementation is written with ES modules
(which are interpreted in strict mode by default).
0 commit comments