better regex

This commit is contained in:
joshuaboud 2022-05-30 10:24:43 -03:00
parent f22f336627
commit c98565f17c
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -1,5 +1,5 @@
module.exports = {
transform: {
"^.+\\.(js|jsx)$": "babel-jest",
"\\.[jt]sx?$": "babel-jest",
},
};