mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-19 01:21:30 +03:00
157e5b9a2e
* feat: wip e2e server test * feat: use github action postgres & use infra for local * feat: company e2e test * feat: add company e2e test for permissions * Simplify server e2e test run * Fix lint --------- Co-authored-by: Charles Bochet <charles@twenty.com>
6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
import resetDb from './reset-db';
|
|
|
|
global.beforeEach(() => {
|
|
// resetDb();
|
|
});
|