add react demo for formatting

This commit is contained in:
Philipp Kühn
2021-06-25 12:00:39 +02:00
parent ab4bfe4a8c
commit e5bac5043c
6 changed files with 171 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
context('/demos/Examples/Vue', () => {
before(() => {
cy.visit('/demos/Examples/Vue')
})
// TODO: Write tests
})