disable deleteAll

This commit is contained in:
Charlie Kolb 2025-10-16 17:30:26 +02:00
parent 5a4c8e49ef
commit 1441effe2c
No known key found for this signature in database

View File

@ -54,7 +54,7 @@ describe('dataTable', () => {
});
afterEach(async () => {
await dataTableService.deleteDataTableAll();
// await dataTableService.deleteDataTableAll();
});
describe('createDataTable', () => {