saw this blog post (https://blog.cloudflare.com/workers-vitest-integration/) which states: "Test any

saw this blog post (https://blog.cloudflare.com/workers-vitest-integration/) which states: "Test anything exported from a Worker" - Just trying this with workflows, but running into

[vpw:inf] Starting isolated runtimes for vitest.config.mts...
Worker "workflows:shipped"'s binding "USER_WORKFLOW" refers to service "core:user:vitest-pool-workers-runner-" with a named entrypoint "ShippedWorkflow", but "core:user:vitest-pool-workers-runner-" has no such named entrypoint.

running the worker via
npm run dev 
works as expected. Ideas?
The Cloudflare Blog
Today, we’re excited to announce a new Workers Vitest integration - allowing you to write unit and integration tests via the popular testing framework, Vitest, that execute directly in our runtime, workerd!
Was this page helpful?