Update jest configuration

This commit is contained in:
Sonny Bakker 2024-08-24 15:49:09 +02:00
parent d8b04b3329
commit 040193a3ed

View file

@ -167,7 +167,9 @@ module.exports = {
// timers: "real",
// A map from regular expressions to paths to transformers
// transform: null,
transform: {
"^.+\\.[t|j]sx?$": "babel-jest"
}
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
// transformIgnorePatterns: [