Files
twenty/packages/twenty-server/test/integration/utils/teardown-test.ts
T
martmullandGitHub fe1377f18b Provide applicatiion assets (#18973)
- improve backend
- improve frontend

<img width="1293" height="824" alt="image"
src="https://github.com/user-attachments/assets/7a4633f1-85cd-4126-b058-dbeae6ba2218"
/>
2026-03-30 10:53:31 +02:00

7 lines
136 B
TypeScript

import 'tsconfig-paths/register';
export default async () => {
await global.app.close();
await global.testDataSource.destroy();
};