From 9d17f784769b6e49a81100d59a7a702f9ec6c76d Mon Sep 17 00:00:00 2001 From: pythongosssss <125205205+pythongosssss@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:35:38 +0100 Subject: [PATCH] tidy --- tests-ui/jest.config.js | 9 --------- 1 file changed, 9 deletions(-) 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;