Files
trezor-suite/packages/components/jest.setup.js
Vojtěch Tranta 307c0753fd refactor(suite/components): improve typing and performance of the VirtualizedList (#16592)
* refactor(suite): fix typing of Virtualized component and improve perf by memoizing VirtualizedList while mantaining type safety

* refactor(suite): remove needless state from VirtualizedList

* refactor(suite): leverage memo() for memoizing expensive items list in VirtualizedList component

* feat(components): set up react testing
2025-01-27 14:03:16 +01:00

2 lines
36 B
JavaScript

import '@testing-library/jest-dom';