test: remove testMatch option in Jest (redundant)

This commit is contained in:
Alfi Maulana 2023-12-11 19:33:09 +07:00
parent 920f96c4bd
commit 2e9ab09ece
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -10,6 +10,5 @@
}, },
"moduleNameMapper": { "moduleNameMapper": {
"^(\\.{1,2}/.*)\\.mjs$": "<rootDir>/dist/$1.mjs" "^(\\.{1,2}/.*)\\.mjs$": "<rootDir>/dist/$1.mjs"
}, }
"testMatch": ["**/*.test.js"]
} }