UNPKG

monday-ui-react-core

Version:

Official monday.com UI resources for application development in React.js

9 lines (7 loc) 271 B
import React from "react"; import renderer from "react-test-renderer"; import VirtualizedList from "../VirtualizedList"; it("renders correctly with empty props", () => { const tree = renderer.create(<VirtualizedList />).toJSON(); expect(tree).toMatchSnapshot(); });