Remove ExplorerOptions

This commit is contained in:
Steve Faulkner
2020-08-12 21:43:58 -05:00
parent c0ce637eec
commit f738723f5a
31 changed files with 148 additions and 362 deletions

View File

@@ -6,7 +6,7 @@ import Explorer from "../Explorer";
jest.mock("../Explorer");
const createExplorer = () => {
const mock = new Explorer({} as any);
const mock = new Explorer();
mock.selectedNode = ko.observable();
mock.isNotebookEnabled = ko.observable(false);
mock.addCollectionText = ko.observable("add collection");