mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-14 15:32:35 +08:00
tidy
This commit is contained in:
parent
8f136850f4
commit
9d17f78476
@ -1,16 +1,7 @@
|
|||||||
const path = require("path");
|
|
||||||
/** @type {import('jest').Config} */
|
/** @type {import('jest').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
testEnvironment: "jsdom",
|
testEnvironment: "jsdom",
|
||||||
// transform: {
|
|
||||||
// "^.+\\.[t|j]sx?$": "babel-jest",
|
|
||||||
// },
|
|
||||||
setupFiles: ["./globalSetup.js"],
|
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;
|
module.exports = config;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user