feat: Добавлена конфигурация Jest для unit тестирования, установлены соответствующие библиотеки

This commit is contained in:
Ilia Mashkov
2025-11-20 14:15:36 +03:00
parent 55222ba27e
commit 6b41f506a3
5 changed files with 1841 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
import '@testing-library/jest-dom/extend-expect'
import 'regenerator-runtime/runtime'