diff --git a/define_jest_config.js b/define_jest_config.js index fd3e56afbb..04e218302a 100644 --- a/define_jest_config.js +++ b/define_jest_config.js @@ -16,7 +16,7 @@ module.exports = function defineJestConfig(config) { }, target: "ES2021", }, - sourceMaps: true, + sourceMaps: "inline", }, ], },