Testing with unstable_dev and production service bindings?
In development I have a javascript worker with a service binding to a production wasi worker. When running tests with unstable_dev, the service binding to the worker in production isn’t working, even though I’m providing unstable_dev with the wrangler config file that has the service binding to the production wasi worker.
Does unstable_dev support this? The docs have an example of multi-worker testing, but not with a situation like this, where the child worker is a wasi worker in production.
Thank you!
Does unstable_dev support this? The docs have an example of multi-worker testing, but not with a situation like this, where the child worker is a wasi worker in production.
Thank you!