import * as React from "react"; describe(" Tests", () => { test.skip(`Should render the component in the dom`, () => {}); test.skip(`Should render a thumbnail with animations `, () => {}); test.skip(`Should render A fixed sized Thumbnail of the url provided`, () => {}); test.skip(`Should render A Thumbnail with props url,type,color`, () => {}); test.skip(`Should render different type of Thumbnails for differnt types`, () => {}); test.skip(`(Events) Should trigger the onClick() event when the thumbnail is clicked`, () => {}); test.skip(`(Events) Should trigger the onMouseEnter() event when the mouse enters the thumbnail area`, () => {}); test.skip(`(Events) Should trigger the onMouseLeave() event when the mouse leaves the thumbnail area`, () => {}); });