Remove old add collection pane (#767)

This commit is contained in:
victor-meng
2021-05-10 18:10:48 -07:00
committed by GitHub
parent 4c506da7b9
commit 4ed8fe9e7d
13 changed files with 1 additions and 3128 deletions

View File

@@ -20,10 +20,6 @@ describe("Component Registerer", () => {
expect(ko.components.isRegistered("json-editor")).toBe(true);
});
it("should registeradd-collection-pane component", () => {
expect(ko.components.isRegistered("add-collection-pane")).toBe(true);
});
it("should register graph-styling-pane component", () => {
expect(ko.components.isRegistered("graph-styling-pane")).toBe(true);
});