JsdomThis library contains a test handle that can be used in JSDom-based expect tests, as well as some helper functions.
JSDom tests are quite useful for testing low-level vdom attrs / hooks, and bindings to external libraries. We expect the Jsdom library to mostly be used by people working on bindings and reusable components.
module Handle_experimental : sig ... endmodule Pointer_event : sig ... endNicer types for creating pointer events
module Mouse_event : sig ... endNicer types for creating mouse events
module Keyboard_event : sig ... endmodule Expert_for_custom_test_handles : sig ... end