UNPKG
libreria-ui
Version:
latest (0.3.1)
0.3.1
0.3.0
0.1.1
0.1.0
Libreria UI de componentes creada por los Platzinautas de Rick Sanchez
libreria-ui
/
config
/
tests.config.js
4 lines
(3 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
import
{ configure }
from
'@testing-library/react'
;
import
'@testing-library/jest-dom/extend-expect'
;
configure
({
throwSuggestions
:
true
});