Use SocketIO instead of REST for fetching database tables data in ERD. #5065

This commit is contained in:
Aditya Toshniwal
2022-10-17 15:24:22 +05:30
committed by GitHub
parent 8ef3f232ab
commit 4fc0f288c7
9 changed files with 152 additions and 38 deletions

View File

@@ -133,6 +133,7 @@ describe('ERDTool', ()=>{
bodyInstance = body.instance();
spyOn(bodyInstance, 'getDialog').and.callFake(getDialog);
spyOn(bodyInstance, 'onChangeColors').and.callFake(()=>{/*no op*/});
spyOn(bodyInstance, 'loadTablesData').and.callFake(()=>{/*no op*/});
});
afterAll(() => {