Merge branch 'feat/dataSource-manager' of github.com:nocobase/nocobase into feat/dataSource-manager

This commit is contained in:
katherinehhh 2024-01-31 17:26:36 +08:00
commit be706f6359

View File

@ -213,6 +213,7 @@ describe('data source', async () => {
options: {},
},
});
await waitSecond(1000);
expect(loadFn).toBeCalledTimes(1);
@ -267,6 +268,8 @@ describe('data source', async () => {
},
},
});
await waitSecond(1000);
});
it('should get data source collections', async () => {