Files
task-tracker-for-students/jest.setup.ts
Николай Вигдоров a46bf6038b add first services
2025-08-03 13:11:32 +03:00

3 lines
229 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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