add savvy example

This commit is contained in:
Hans Pagel
2021-02-05 22:11:01 +01:00
parent 820cd31e95
commit 6b4b5efe45
7 changed files with 174 additions and 1 deletions

View File

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