mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
|
|
/**
|
||
|
|
* Adds custom matchers from the react testing library to all tests
|
||
|
|
*/
|
||
|
|
import '@testing-library/jest-dom';
|