diff --git a/test/js/helpers/hack.js b/test/js/helpers/hack.js index 0be2ee5..08c6413 100644 --- a/test/js/helpers/hack.js +++ b/test/js/helpers/hack.js @@ -3,5 +3,5 @@ // pretty-format makes use of `global`... // -> Line 10 of https://unpkg.com/browse/pretty-format@27.0.2/build/plugins/AsymmetricMatcher.js // The line in the file above is `var Symbol = global['jest-symbol-do-not-touch'] || global.Symbol;` - +// This Pull-Request would fix the issue -- https://github.com/facebook/jest/pull/11569 window.global = window;