UNPKG
izitoast-react
Version:
latest (1.0.19)
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.1
1.0.0
A wrapper for izitoast by @marcelodolza
github.com/sayjeyhi/izitoast-react
sayjeyhi/izitoast-react
izitoast-react
/
src
/
test.ts
8 lines
(6 loc)
•
129 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ useToast }
from
'./'
describe
(
'useMyHook'
,
() =>
{
it
(
'is truthy'
,
() =>
{
expect
(useToast).
toBeTruthy
() }) })