Skip to content

@cloudflare/vitest-pool-workers@0.21.0

Choose a tag to compare

@workers-devprod workers-devprod released this 10 Aug 17:04
· 9 commits to main since this release
d2f377e

Minor Changes

  • #14994 2194f88 Thanks @emily-shen! - Update the Workers Vitest pool for Miniflare's config-based options

    The Workers Vitest pool now converts the Miniflare options it creates for test sessions to Miniflare's config-based workers shape.

    For the most part, users should not expect to notice any changes.

However, auxiliary workers declared in miniflare.workers that rely on relative local imports now need those imported modules to be declared explicitly in the migrated module manifest.

Patch Changes