module.exports = { testMatch: [ '**/*.test.js', // Найти все тесты с .test.js '**/*.spec.js' // Или .spec.js ], };