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
{{ message }}
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.
I experienced following errors when run my tests on Node v. 10.13.0: ReferenceError: window is not defined and ReferenceError: describe is not defined. It is the same errors as for jest-environment-node described in jestjs/jest#9453, but I think it is worth to mention this issue here.
This behavior introduced with implementation of getVmContext() method and does not affect jest-environment-jsdom. It it caused by a bug in old versions of Node nodejs/node#23206 and fixed in Node v. 10.14.2.
The text was updated successfully, but these errors were encountered:
I experienced following errors when run my tests on Node v. 10.13.0:
ReferenceError: window is not defined
andReferenceError: describe is not defined
. It is the same errors as forjest-environment-node
described in jestjs/jest#9453, but I think it is worth to mention this issue here.This behavior introduced with implementation of
getVmContext()
method and does not affectjest-environment-jsdom
. It it caused by a bug in old versions of Node nodejs/node#23206 and fixed in Node v. 10.14.2.The text was updated successfully, but these errors were encountered: