From b9a790ba20c9f2bf30062780b9e390718112d354 Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Fri, 14 Nov 2025 10:32:14 +1100 Subject: [PATCH] Per review, comment out transform configuration We are using the default one, no need to actually specify it, and also updated the documentaion link to the latest documentation. --- jest.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jest.config.js b/jest.config.js index c30d6c2da3..df6f89cec9 100644 --- a/jest.config.js +++ b/jest.config.js @@ -175,8 +175,8 @@ module.exports = { // } // A map from regular expressions to paths to transformers - // https://jest-archive-august-2023.netlify.app/docs/28.x/configuration/#transform-objectstring-pathtotransformer--pathtotransformer-object - transform: { "\\.[jt]sx?$": "babel-jest" }, + // https://jestjs.io/docs/configuration#transform-objectstring-pathtotransformer--pathtotransformer-object + // transform: { "\\.[jt]sx?$": "babel-jest" }, // An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation transformIgnorePatterns: ["/node_modules/(?!(stimulus.+)/)"],