mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +08:00
tidy
This commit is contained in:
parent
8f136850f4
commit
9d17f78476
@ -1,16 +1,7 @@
|
||||
const path = require("path");
|
||||
/** @type {import('jest').Config} */
|
||||
const config = {
|
||||
testEnvironment: "jsdom",
|
||||
// transform: {
|
||||
// "^.+\\.[t|j]sx?$": "babel-jest",
|
||||
// },
|
||||
setupFiles: ["./globalSetup.js"],
|
||||
// moduleDirectories: ["node_modules", path.resolve("../web/scripts")],
|
||||
// moduleNameMapper: {
|
||||
// "./api.js": path.resolve("../web/scripts/api.js"),
|
||||
// "./api": path.resolve("../web/scripts/api.js"),
|
||||
// },
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user