From 532af039aae77d14fc9e652cfeb510e3b4a3c56e Mon Sep 17 00:00:00 2001 From: Tomi Turtiainen <10324676+tomi@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:11:58 +0300 Subject: [PATCH] ci: Improve mysql tests (#19764) --- .../__tests__/data-store.controller.integration.test.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/cli/src/modules/data-table/__tests__/data-store.controller.integration.test.ts b/packages/cli/src/modules/data-table/__tests__/data-store.controller.integration.test.ts index 0ed16e8a0dc..14928ecec23 100644 --- a/packages/cli/src/modules/data-table/__tests__/data-store.controller.integration.test.ts +++ b/packages/cli/src/modules/data-table/__tests__/data-store.controller.integration.test.ts @@ -65,15 +65,7 @@ beforeEach(async () => { await testDb.truncate(['DataTable', 'DataTableColumn']); }); -afterAll(async () => { - await testDb.terminate(); -}); - describe('POST /projects/:projectId/data-tables', () => { - beforeEach(async () => { - await testDb.truncate(['DataTable', 'DataTableColumn']); - }); - test('should not create data store when project does not exist', async () => { const payload = { name: 'Test Data Store',