© 2026 Hedgehog Software, LLC
DurableObjectError [ERR_CLASS_NOT_FOUND]: Class "DurableThing" for Durable Object "DURABLE_THING" not found.
const r = DurableThing;
"jest": { "preset": "ts-jest", "testEnvironment": "miniflare", "testMatch": [ "**/*.test.ts" ], "testEnvironmentOptions": { "modules": true, "scriptPath": "dist/worker.js", "r2Buckets": [ "R2_BUCKET" ], "durableObjects": { "DURABLE_THING": "DurableThing" } } }