Remove Unused Knockout Components (#783)

This commit is contained in:
Steve Faulkner
2021-05-13 18:03:29 -05:00
committed by GitHub
parent a6b82c8340
commit f9e8b5eaaa
7 changed files with 0 additions and 251 deletions

View File

@@ -4,14 +4,6 @@ import * as ko from "knockout";
import "./ComponentRegisterer";
describe("Component Registerer", () => {
it("should register input-typeahead component", () => {
expect(ko.components.isRegistered("input-typeahead")).toBe(true);
});
it("should register error-display component", () => {
expect(ko.components.isRegistered("error-display")).toBe(true);
});
it("should register json-editor component", () => {
expect(ko.components.isRegistered("json-editor")).toBe(true);
});