mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-27 14:57:21 +02:00
remove experiments
This commit is contained in:
parent
8ba6878c23
commit
145365877e
|
|
@ -13,9 +13,7 @@ beforeAll(async () => {
|
|||
});
|
||||
|
||||
beforeEach(async () => {
|
||||
try {
|
||||
await testDb.truncate(['DataStoreEntity']);
|
||||
} catch {}
|
||||
await testDb.truncate(['DataStoreEntity', 'DataStoreColumnEntity']);
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
|
|
@ -52,7 +50,7 @@ describe('dataStore', () => {
|
|||
});
|
||||
|
||||
afterEach(async () => {
|
||||
// this kinda sucks
|
||||
// Clean up any created user data stores
|
||||
await dataStoreService.deleteDataStoreAll();
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@ type EndpointGroup =
|
|||
| 'evaluation'
|
||||
| 'ai'
|
||||
| 'folder'
|
||||
| 'insights';
|
||||
| 'insights'
|
||||
| 'data-store';
|
||||
|
||||
type ModuleName = 'insights' | 'external-secrets' | 'data-store';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user