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
A child process in node has a send() method that is missing in deno. Ran into this error when trying to run a jest test. The jest-worker module uses this internally to communicate which each test process.
Deno missing
.send()
method on child processA child process in node has a
send()
method that is missing in deno. Ran into this error when trying to run ajest
test. Thejest-worker
module uses this internally to communicate which each test process.Steps to reproduce
deno run -A foo.js
Error
The text was updated successfully, but these errors were encountered: