add first services

This commit is contained in:
Николай Вигдоров
2025-08-03 13:11:32 +03:00
parent 98de7cc8bd
commit a46bf6038b
23 changed files with 10661 additions and 0 deletions

3
jest.setup.ts Normal file
View File

@ -0,0 +1,3 @@
// Расширяет ожидания Jest с помощью удобных матчеров для DOM
// Например, позволяет писать expect(element).toBeInTheDocument()
import '@testing-library/jest-dom';