From 93aa747157d9d797c1d745305e0b4544805670b1 Mon Sep 17 00:00:00 2001 From: heikkkk <henrik.teksle.sandok@hotmail.no> Date: Wed, 1 May 2024 11:51:01 +0200 Subject: [PATCH] fix: remove example e2e test --- cypress/e2e/example.cy.ts | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 cypress/e2e/example.cy.ts diff --git a/cypress/e2e/example.cy.ts b/cypress/e2e/example.cy.ts deleted file mode 100644 index 7554c35..0000000 --- a/cypress/e2e/example.cy.ts +++ /dev/null @@ -1,8 +0,0 @@ -// https://on.cypress.io/api - -describe('My First Test', () => { - it('visits the app root url', () => { - cy.visit('/') - cy.contains('h1', 'You did it!') - }) -}) -- GitLab