add first services
This commit is contained in:
3
jest.setup.ts
Normal file
3
jest.setup.ts
Normal file
@ -0,0 +1,3 @@
|
||||
// Расширяет ожидания Jest с помощью удобных матчеров для DOM
|
||||
// Например, позволяет писать expect(element).toBeInTheDocument()
|
||||
import '@testing-library/jest-dom';
|
||||
Reference in New Issue
Block a user