diff --git a/tests-ui/jest.config.js b/tests-ui/jest.config.js index a5fa0e035..cb5a4da18 100644 --- a/tests-ui/jest.config.js +++ b/tests-ui/jest.config.js @@ -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;