Fix button handle bug and add tests (#1267)

This commit is contained in:
Matt Irvine
2018-04-25 16:22:54 -07:00
committed by GitHub
parent 7a9a69c439
commit ec150917c2
4 changed files with 279 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { Dialog, DialogTab } from 'sql/platform/dialog/dialogTypes';
import { Dialog, DialogTab } from 'sql/platform/dialog/dialogTypes';
import { Mock, It, Times } from 'typemoq';
import { IBootstrapService } from 'sql/services/bootstrap/bootstrapService';
import { DialogPane } from 'sql/platform/dialog/dialogPane';