Remove trailing 's'
This commit is contained in:
parent
106bd6cb4c
commit
9e6be5c807
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ module.exports = {
|
||||||
|
|
||||||
// A map from regular expressions to paths to transformers
|
// A map from regular expressions to paths to transformers
|
||||||
transform: {
|
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
|
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue