mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 17:15:38 +00:00
Merge branch 'feat/dataSource-manager' of github.com:nocobase/nocobase into feat/dataSource-manager
This commit is contained in:
commit
be706f6359
@ -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 () => {
|
||||
|
Loading…
Reference in New Issue
Block a user