This commit is contained in:
Николай Вигдоров
2025-03-08 15:08:56 +03:00
parent d8aab58f8e
commit ebcef037fa
7 changed files with 15552 additions and 3 deletions

5
jest.config.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
transform: {
'^.+\\.(js|jsx)$': 'babel-jest',
},
};