UNPKG

@cloudflare/vitest-pool-workers

Version:

Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime

7 lines (6 loc) 109 B
// src/worker/lib/tinypool.ts var workerId = 0; export { workerId }; //# sourceMappingURL=tinypool.mjs.map