Files
dotenv-types/tests/setup.ts
7000pctAUTO a93e6608bb
Some checks failed
CI / test (push) Has been cancelled
Initial upload with CI/CD workflow
2026-01-31 20:27:47 +00:00

5 lines
90 B
TypeScript

jest.mock('process', () => ({
...jest.requireActual('process'),
exit: jest.fn(),
}));