Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
soiz1-s4s-editor
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
43b7bbe
soiz1-s4s-editor
/
test
/
helpers
/
enzyme-setup.js
soiz1
Upload 2961 files
70345d8
verified
22 days ago
raw
Copy download link
history
blame
Safe
121 Bytes
import
Enzyme
from
'enzyme'
;
import
Adapter
from
'enzyme-adapter-react-16'
;
Enzyme
.
configure
({
adapter
:
new
Adapter
()});