UNPKG

@cloudflare/vitest-pool-workers

Version:

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

10 lines (9 loc) 165 B
// src/worker/lib/debug.ts function debug_default(_name) { return (..._args) => { }; } export { debug_default as default }; //# sourceMappingURL=debug.mjs.map