Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
SpacesExamples/ComfyUI
brunvelop
/
ComfyUI
like
2
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
1674756
ComfyUI
/
tests-ui
/
jest.config.js
brunvelop
a
1abbc12
over 1 year ago
raw
Copy download link
history
blame
Safe
185 Bytes
/**
@type
{
import('jest').Config
} */
const
config = {
testEnvironment
:
"jsdom"
,
setupFiles
: [
"./globalSetup.js"
],
clearMocks
:
true
,
resetModules
:
true
,
};
module
.
exports
= config;