initial with test

This commit is contained in:
2024-04-24 07:56:50 -04:00
parent 16ff5064db
commit ed13b09677
7 changed files with 1384 additions and 10 deletions

6
cypress/e2e/smoke.cy.js Normal file
View File

@ -0,0 +1,6 @@
describe('Smoke Test', () => {
it('can view the home page', () => {
cy.visit('/');
cy.contains('Learn React');
})
})