Files
twenty/packages/twenty-server/test/integration/utils/teardown-test.ts
T
Félix MalfaitandGitHub 30a2164980 First Application POC (#14382)
Quick proof of concept for twenty-apps + twenty-cli, with local
development / hot reload

Let's discuss it!



https://github.com/user-attachments/assets/c6789936-cd5f-4110-a265-863a6ac1af2d
2025-09-10 15:12:38 +02:00

7 lines
124 B
TypeScript

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