signoz/frontend/jest.setup.ts
Bhavin Ag 56fcc0c4a7
chore(jest): setup jest for frontend (#331)
* 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
2021-10-11 16:31:38 +05:30

5 lines
112 B
TypeScript

/**
* Adds custom matchers from the react testing library to all tests
*/
import '@testing-library/jest-dom';