test(view-props): add tests

This commit is contained in:
moklick
2022-08-24 14:35:07 +02:00
parent 43ec2b5552
commit 24fff4fee6
7 changed files with 304 additions and 110 deletions
@@ -39,6 +39,3 @@ declare global {
}
Cypress.Commands.add('mount', mount);
// Example use:
// cy.mount(<MyComponent />)