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) 151 B
// src/worker/lib/node/perf_hooks.ts var _performance = performance; export { _performance as performance }; //# sourceMappingURL=perf_hooks.mjs.map