Duplicated from SpacesExamples/ComfyUI
1abbc12
1
2
3
4
5
6
7
8
9
10
/** @type {import('jest').Config} */ const config = { testEnvironment: "jsdom", setupFiles: ["./globalSetup.js"], clearMocks: true, resetModules: true, }; module.exports = config;