From c98565f17cecec53726cfbbd89241cf083faa5c3 Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Mon, 30 May 2022 10:24:43 -0300 Subject: [PATCH] better regex --- navigator/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navigator/jest.config.js b/navigator/jest.config.js index db66827..a9755c9 100644 --- a/navigator/jest.config.js +++ b/navigator/jest.config.js @@ -1,5 +1,5 @@ module.exports = { transform: { - "^.+\\.(js|jsx)$": "babel-jest", + "\\.[jt]sx?$": "babel-jest", }, };