UNPKG

@zohodesk/dot

Version:

In this Library, we Provide Some Basic Components to Build Your Application

11 lines 387 B
import React from 'react'; import { render } from '@testing-library/react'; import NotificationAlertIcon from "../NotificationAlertIcon"; describe('NotificationAlertIcon', () => { test('rendering the defult props', () => { const { asFragment } = render( /*#__PURE__*/React.createElement(NotificationAlertIcon, null)); expect(asFragment()).toMatchSnapshot(); }); });