UNPKG

@cloudflare/vitest-pool-workers

Version:

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

9 lines (8 loc) 122 B
// src/worker/lib/node/tty.ts function isatty() { return false; } export { isatty }; //# sourceMappingURL=tty.mjs.map