Posted inCloudflare Workers
Workers – Support for ctx.exports in @cloudflare/vitest-pool-workers
The @cloudflare/vitest-pool-workers package now supports the ctx.exports API, allowing you to access your Worker's top-level exports during tests. You can access ctx.exports in unit tests by calling createExecutionContext(): import { createExecutionContext } from "cloudflare:test";import { it, expect } from "vitest";…





