+
+ This is LibraryContainer
+
+
}
showItemSummary={false}
>
diff --git a/__tests__/UITests.tsx b/__tests__/UITests.tsx
index 758ed900..bd3e1d71 100644
--- a/__tests__/UITests.tsx
+++ b/__tests__/UITests.tsx
@@ -106,6 +106,7 @@ describe("LibraryContainer UI", function () {
};
libController = LibraryEntryPoint.CreateLibraryController();
+ libContainer = mount(libController.createLibraryContainer())
});
it("should recognize mouse click event and change expand state", function () {
@@ -117,7 +118,7 @@ describe("LibraryContainer UI", function () {
// If you are testing full React components,
// mount is used to do rendering and test actions are simulated on mounted html
- let libraryItem = mount(