Migrate to a monorepo structure (#2909)
This commit is contained in:
5
packages/twenty-server/test/utils/setup-tests.ts
Normal file
5
packages/twenty-server/test/utils/setup-tests.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import resetDb from './reset-db';
|
||||
|
||||
global.beforeEach(() => {
|
||||
// resetDb();
|
||||
});
|
||||
Reference in New Issue
Block a user