Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Melange bindings for testing-library (dom-testing-library and react-testing-library)
Install opam package manager.
Then:
opam install melange-testing-libraryThe bindings support the following versions of the @testing-library/react and @testing-library/dom npm packages, which should be installed separately:
"devDependencies": {
"@testing-library/react": "^11.1.0",
"@testing-library/dom": "^7.26.3",
}Add melange-testing-library.dom and melange-testing-library.react to the libraries in your dune file:
; ...
(libraries melange-testing-library.dom melange-testing-library.react)
; ...