Initial commit

This commit is contained in:
Florian Sylvain
2024-03-25 12:06:42 +01:00
commit 9d33539a0b
29 changed files with 9464 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
describe('My First Test', () => {
it('Visits the app root url', () => {
cy.visit('/')
cy.contains('ion-content', 'Tab 1 page')
})
})