jest-mock-process
jest-mock-process copied to clipboard
Is it possible to add support for process.pid
Super library btw,
I am using it to mock a logger in integration test, and process.pid is part of the log record, is possible to mock this as well
Cheers