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 Nov 4, 2024. It is now read-only.
Hi @jdalton
While Jest v22 dropped Node 4 support due to jsdom, unofficial node 4 support is added jestjs/jest#5134 so we can use jest if test does not depend on JSDOM.
The test passes when specifying
testEnvironment: "node"
on jest config.
I should have specified testEnvironment earlier. Thank you for your great help.
It's me again. 😁
After upgrading to 0.19.1, node.js 4 complains that
node 6, 8, 9 is unaffected. I guess some unbabelified code is executed.
CI Result is here.
The text was updated successfully, but these errors were encountered: