- improve backend - improve frontend <img width="1293" height="824" alt="image" src="https://github.com/user-attachments/assets/7a4633f1-85cd-4126-b058-dbeae6ba2218" />
7 lines
136 B
TypeScript
7 lines
136 B
TypeScript
import 'tsconfig-paths/register';
|
|
|
|
export default async () => {
|
|
await global.app.close();
|
|
await global.testDataSource.destroy();
|
|
};
|