Commit Graph

5 Commits

Author SHA1 Message Date
Nathan Vasse
7dcf08d308 🤡(react) add HTMLDialog mock
As JestDOM does not mock this element, we need to do it in order to
make Modal work in test environement.
2024-02-05 15:23:03 +01:00
Nathan Vasse
9e0f7c5ef4 🤡(react) add Animate API
The jest-dom by default does not mock the Animate API, as the Toast
use it we need to mock it.
2024-01-05 16:38:09 +01:00
jbpenrath
151382dec2 ⬆️(frontend) migrate to testing-library/jest-dom 6.0.0
The new version of `testing-library/jest-dom` now offers several modules
 to extend vitest interface. We have to update the import path to extend
 vitest dom interface.
2023-08-21 15:33:50 +02:00
Nathan Vasse
559c1e2cb7 (react) add jest-dom dependency
We want to be able to use convenience methods like "toBeInTheDocument".
2023-04-25 11:28:32 +02:00
Nathan Vasse
994d42578e (react) add DataGrid, SimpleDataGrid components
The DataGrid component can be considered as the core one, which provides
a full controlled component, but more complicated than SimpleDataGrid
which is based on DataGrid. SimpleDataGrid is intended to give a simple
ready-to-use data grid for client side data for example.
2023-03-28 12:00:27 +02:00