You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ExecutionContext as a global value to Miniflare's unit testing environments' global types. Miniflare injects the ExecutionContext class into testing environments, so they can be constructed and passed to imported module event handlers. This change ensures new ExecutionContext() isn't a type error.
Allow wrangler.tomlbuild.watch_dir to be an array of directories. Thanks @sj-e2digital for the PR.
Fixes
Ensure queue consumers are registered when using Miniflare's unit testing environments.
Fix crash when calling Miniflare#reload() with queue consumers set. Closes issue #560, thanks @calebmer.
Add @miniflare/core as a dependency of @miniflare/r2. Closes issue #559, thanks @calebmer.