Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
penguinmod-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3c4be41
penguinmod-test
/
test
/
helpers
/
enzyme-setup.js
soiz1
Upload folder using huggingface_hub
540b600
verified
about 1 month 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
()});