Skip to content

@cloudflare/vitest-pool-workers@0.20.0

Choose a tag to compare

@workers-devprod workers-devprod released this 31 Jul 10:30
fcb5402

Minor Changes

  • #14586 5a56dda Thanks @emily-shen! - Breaking change: Remove several options from the miniflare override options

    The following options have been removed from the miniflare override options, as they were not intended to be exposed, were not functional, or have been superseded by other options:

    • wrappedBindings
    • cacheWarnUsage
    • fetchMock: you should use outboundService instead
    • containerEngine: containers were not supported in vitest-pool-workers. Consider using createTestHarness() instead if you want to test against actual containers.

    Additionally, cache has been deprecated and renamed to cacheAPI, but cache remains functional.

Patch Changes