So I'm getting ready to publish

So I'm getting ready to publish IttyDurable (which extends DurableObject)... In order for test coverage to work (GH actions), I need to make sure the environment can see/accept DurableObject, which I currently read from cloudflare:workers, assuming a Wrangler setup. Any trick/tips on how to make sure that can be used in GH actions/test runners?
2 Replies
Kevin
KevinOP8mo ago
Currently, when attempting to import cloudflare:workers in my test files, I get the following (which I'm sure will fail outside of my own environment as well):
No description
Kevin
KevinOP8mo ago
bump

Did you find this page helpful?