UNPKG
react-crossword-v2
Version:
latest (4.3.9)
4.3.9
4.3.8
4.3.7
4.3.6
4.3.5
4.3.4
4.3.2
4.3.1
4.3.0
4.2.9
4.2.8
4.2.7
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.9
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
A flexible, responsive, and easy-to-use crossword component for React apps
mmmewk/react-crossword
react-crossword-v2
/
src
/
__test__
/
index.test.ts
8 lines
(5 loc)
•
193 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
// import { jest } from '@jest/globals';
import
CrosswordDefault
, {
Crossword
}
from
'../index'
;
it
(
'exports Crossword as the defalt'
,
() =>
{
expect
(
CrosswordDefault
).
toBe
(
Crossword
); });