I am trying to directly access a durable
I am trying to directly access a durable object in my tests to run the alarm, but I am unsure how to correctly add the binding to my test env without getting type errors
1 Reply
Here is my
.env.d.ts
vitest.config.js
but when I try to run , I get the type error Property 'newUniqueId' does not exist on type 'RateLimiter'