This commit is contained in:
4
tests/setup.ts
Normal file
4
tests/setup.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
jest.mock('process', () => ({
|
||||
...jest.requireActual('process'),
|
||||
exit: jest.fn(),
|
||||
}));
|
||||
Reference in New Issue
Block a user