it("should render into the DOM", () => {
        let root = ReactTestUtils.renderIntoDocument(
            CarouselTemplate({active_index, items_to_display, direction, on_select_direction})
        );