Remove NotebookTab (#35)

This commit is contained in:
Laurent Nguyen
2020-06-12 09:26:39 +02:00
committed by GitHub
parent 23b2d8100f
commit d32bd8851e
21 changed files with 14 additions and 683 deletions

View File

@@ -64,10 +64,6 @@ describe("Component Registerer", () => {
expect(ko.components.isRegistered("graph-tab")).toBe(true);
});
it("should register notebook-tab component", () => {
expect(ko.components.isRegistered("notebook-tab")).toBe(true);
});
it("should register notebookv2-tab component", () => {
expect(ko.components.isRegistered("notebookv2-tab")).toBe(true);
});