Simple API for testing and asserting Dojo widget's expected virtual DOM and behavior.
- Simple, familiar and minimal API
- Focused on testing Dojo virtual DOM structures
- No DOM requirement by default
- Full functional and tsx support
renderer
a renderer for rendering the thing in a test enviromentassertion
an assertion builder which can be expected against the rendererwrap
a type safe component/element selectorignore
a utility function to exclude components/elements from an assertioncompare
a custom comparator for component/element properties
Please see the reference guide for more information.