From 2e9ab09ece73e5b8ddf7b874da7074d28c2227b0 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 11 Dec 2023 19:33:09 +0700 Subject: [PATCH] test: remove `testMatch` option in Jest (redundant) --- jest.config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jest.config.json b/jest.config.json index c956a4f..8b7bd70 100644 --- a/jest.config.json +++ b/jest.config.json @@ -10,6 +10,5 @@ }, "moduleNameMapper": { "^(\\.{1,2}/.*)\\.mjs$": "/dist/$1.mjs" - }, - "testMatch": ["**/*.test.js"] + } }