Separator component (#9310)

* Separator component
This commit is contained in:
Amir Omidi
2020-02-24 16:53:42 -08:00
committed by GitHub
parent d7ea1123ef
commit 628fd8d74d
9 changed files with 100 additions and 3 deletions

View File

@@ -169,7 +169,8 @@ export function createContext(): TestContext {
toolbarContainer: undefined!,
loadingComponent: () => loadingBuilder,
fileBrowserTree: undefined!,
hyperlink: undefined!
hyperlink: undefined!,
separator: undefined!
}
};
let tab: azdata.window.DialogTab = {