mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 03:21:36 -04:00
remove duplicate code (#20664)
* remove dupe code * fix step name * fix errors * comment out arc * fix timeout issue * fix typo * update name
This commit is contained in:
@@ -26,7 +26,7 @@ describe('WizardPage', () => {
|
||||
const mockWizardPage = TypeMoq.Mock.ofType<azdata.window.WizardPage>();
|
||||
stubCheckbox = new azdataTest.stubs.modelView.StubCheckbox();
|
||||
stubInputBox = new azdataTest.stubs.modelView.StubInputBox();
|
||||
const mockModelView = azdataTest.mocks.modelView.createModelViewMock({
|
||||
const mockModelView = azdataTest.mocks.azdata.modelView.createModelViewMock({
|
||||
checkBox: () => stubCheckbox,
|
||||
inputBox: () => stubInputBox
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user