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
@jgkim#32 changes the CWD to always be that of the nearest package.json. However if you were to run AVA from a different directory, with a relative NODE_ICU_DATA path, the path in the child processes will still be wrong.
In other words we still need to make the path absolute.
With the almost same reason with #531, we need to ensure
NODE_ICU_DATA
is absolute inlib/fork.js
.Error Message & Stack Trace
The text was updated successfully, but these errors were encountered: