Test HTML component the same way, regardless of the framework (React, Angular, Vue.JS, Vanilla, ...)
Component test utils is a JavaScript Utility that help you to interact with your component and get component's output.
Documentation is Available here => https://component-test-utils.berthelot.io
Nowdays, testing component is commonly misunderstood. Each JavaScript framework has its own way of testing components. It's confusing when you switch framework.
The goal of this tool is to have an opinionated and unify the way to test a component disregarding the framework you use.
Contribute as you want! It's always good to open issues or PR !
That said, I try to follow some rules for commit.
Start by installing dependencies with npm i
then you can launch test with npm run tdd
The documentation website use docusaurus.