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