Files
home-automation/frontend/src/test-setup.ts
T

6 lines
156 B
TypeScript
Raw Normal View History

/**
* Vitest global setup file.
* Imports @testing-library/jest-dom to extend vitest matchers with DOM assertions.
*/
import '@testing-library/jest-dom'