feat: Add global hooks for jest
This commit is contained in:
5
packages/backend/test/setup/global-teardown.ts
Normal file
5
packages/backend/test/setup/global-teardown.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
const exitProcess = (): void => {
|
||||
process.exit(0);
|
||||
};
|
||||
|
||||
export default exitProcess;
|
Reference in New Issue
Block a user