mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-24 06:48:42 +03:00
6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
import resetDb from './reset-db';
|
|
|
|
global.beforeEach(() => {
|
|
// resetDb();
|
|
});
|