app first commit
This commit is contained in:
parent
0e16d3e6be
commit
4441012687
45 changed files with 12987 additions and 0 deletions
6
app/cypress/e2e/test.cy.ts
Normal file
6
app/cypress/e2e/test.cy.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
describe('My First Test', () => {
|
||||
it('Visits the app root url', () => {
|
||||
cy.visit('/')
|
||||
cy.contains('ion-content', 'Tab 1 page')
|
||||
})
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue