This commit is contained in:
Andrey Sharshov
2025-11-16 18:54:31 +01:00
commit 9487728656
2342 changed files with 62687 additions and 0 deletions

6
jest.config.js Normal file
View File

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