Remove trailing 's'

This commit is contained in:
Sonny Bakker 2024-08-24 16:00:47 +02:00
parent 106bd6cb4c
commit 9e6be5c807

View file

@ -168,7 +168,7 @@ module.exports = {
// A map from regular expressions to paths to transformers
transform: {
"^.+\\.[js|jsx]s?$": "babel-jest"
"^.+\\.[js|jsx]?$": "babel-jest"
},
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation