rename spec file

This commit is contained in:
Yisroel Baum 2026-03-22 10:02:46 +02:00
parent 4b20dd2c34
commit 935c73c402
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 6 additions and 6 deletions

6
cypress/e2e/home.cy.js Normal file
View file

@ -0,0 +1,6 @@
describe('The home page', () => {
it('successfully loads', () => {
cy.visit('/')
})
})