Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit a9db95c

Browse files
committed
Add link to PR which would remove the need for the hack file -- jestjs/jest#11569
1 parent 0817a3c commit a9db95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/js/helpers/hack.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
// pretty-format makes use of `global`...
44
// -> Line 10 of https://unpkg.com/browse/[email protected]/build/plugins/AsymmetricMatcher.js
55
// The line in the file above is `var Symbol = global['jest-symbol-do-not-touch'] || global.Symbol;`
6-
6+
// This Pull-Request would fix the issue -- https://github.com/facebook/jest/pull/11569
77
window.global = window;

0 commit comments

Comments
 (0)