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"] + } }