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
Getting an error with node's worker_threads module in vitest:
TypeError: port.addListener is not a function
❯ on node_modules/.pnpm/vitest@0.30.1_jsdom@21.1.1_terser@5.17.1/node_modules/vitest/dist/worker.js:43:16
❯ createBirpc node_modules/.pnpm/vitest@0.30.1_jsdom@21.1.1_terser@5.17.1/node_modules/vitest/dist/vendor-index.7dcbfa46.js:134:3
❯ init node_modules/.pnpm/vitest@0.30.1_jsdom@21.1.1_terser@5.17.1/node_modules/vitest/dist/worker.js:35:10
❯ run node_modules/.pnpm/vitest@0.30.1_jsdom@21.1.1_terser@5.17.1/node_modules/vitest/dist/worker.js:59:5
❯ node_modules/.pnpm/tinypool@0.4.0/node_modules/tinypool/dist/esm/worker.js:109:26
Getting an error with node's
worker_threads
module invitest
:Steps to reproduce
pnpm i
DENO_FUTURE=1 deno task test
Version: Deno git 366aab9 (2024-05-15)
The text was updated successfully, but these errors were encountered: