improve the examples

This commit is contained in:
Hans Pagel
2020-09-24 17:56:42 +02:00
parent b718061de9
commit 26d808e1ba
13 changed files with 49 additions and 59 deletions

View File

@@ -0,0 +1,5 @@
context('/examples/minimalist', () => {
before(() => {
cy.visit('/examples/minimalist')
})
})