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
/Users/<path>/node_modules/jest-worker/build/workers/ChildProcessWorker.js:264
throw new TypeError('Unexpected response from worker: ' + response[0]);
^
TypeError: Unexpected response from worker: undefined
at ChildProcessWorker._onMessage (/Users/<path>/node_modules/jest-worker/build/workers/ChildProcessWorker.js:264:15)
at ChildProcess.emit (node:events:527:28)
at emit (node:internal/child_process:938:14)
at processTicksAndRejections (node:internal/process/task_queues:84:21)
p.s: thanks for bringing this :)
The text was updated successfully, but these errors were encountered:
I will try to add the packages one by one from my main project to this starter to identify which one is causing the issue.
By looks of it, I think, it must be the testing library.
I'm using ts-node to run nextjs app (custom server).
yarn dev: ts-node --project tsconfig.server.json server/index.ts
Using
tsx
throws the below errorp.s: thanks for bringing this :)
The text was updated successfully, but these errors were encountered: