UNPKG

react-crossword-v2

Version:

A flexible, responsive, and easy-to-use crossword component for React apps

8 lines (5 loc) 193 B
// import { jest } from '@jest/globals'; import CrosswordDefault, { Crossword } from '../index'; it('exports Crossword as the defalt', () => { expect(CrosswordDefault).toBe(Crossword); });