UNPKG
react-use-state-with-callback
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
use state with callback in hooks
y805939188/personal-common-tool-and-components
react-use-state-with-callback
/
jest
/
setup.ts
5 lines
(3 loc)
•
123 B
text/typescript
View Raw
1
2
3
4
5
import
{ configure }
from
'enzyme'
;
import
Adapter
from
'enzyme-adapter-react-16'
;
configure
({
adapter
:
new
Adapter
() });