From 81e89f134a0d37d81715cce83bc09ea9080d5780 Mon Sep 17 00:00:00 2001 From: jaasen-livefront Date: Tue, 16 Jul 2024 17:59:49 -0700 Subject: [PATCH] undo changes to jest config --- libs/tools/send/send-ui/jest.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/tools/send/send-ui/jest.config.js b/libs/tools/send/send-ui/jest.config.js index 97951fc6035..100075fc7a7 100644 --- a/libs/tools/send/send-ui/jest.config.js +++ b/libs/tools/send/send-ui/jest.config.js @@ -5,10 +5,6 @@ const { compilerOptions } = require("../../../shared/tsconfig.libs"); /** @type {import('jest').Config} */ module.exports = { testMatch: ["**/+(*.)+(spec).+(ts)"], - roots: ["/libs/tools/send/send-ui/src"], - transform: { - "^.+\\.(ts|tsx)$": "ts-jest", - }, preset: "ts-jest", testEnvironment: "jsdom", moduleNameMapper: pathsToModuleNameMapper(compilerOptions?.paths || {}, {