From 9e6be5c80798bebb2289a24e9eacbcaf0bdd49d6 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sat, 24 Aug 2024 16:00:47 +0200 Subject: [PATCH] Remove trailing 's' --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 14c44a7..a9a62f6 100644 --- a/jest.config.js +++ b/jest.config.js @@ -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