mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-04 11:25:52 +08:00

* chore: setup jest tests * refactor: add explicit command for running with coverage * chore(jest): update js files to ts files * chore: update jest setup paths
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';
|