UNPKG

react-sparkle

Version:

A React component to increase the number of sparkles in your app

11 lines (9 loc) 290 B
import React from 'react' import { render } from '@testing-library/react' describe('SparkleComponent', () => { // eslint-disable-next-line jest/expect-expect it('renders without error', () => { const Sparkle = require('../SparkleComponent').default render(<Sparkle />) }) })