aboutsummaryrefslogtreecommitdiff
path: root/cypress/integration/example.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/integration/example.spec.ts')
-rw-r--r--cypress/integration/example.spec.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/cypress/integration/example.spec.ts b/cypress/integration/example.spec.ts
deleted file mode 100644
index 7a8c909..0000000
--- a/cypress/integration/example.spec.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-// https://docs.cypress.io/api/introduction/api.html
-
-describe('My First Test', () => {
- it('visits the app root url', () => {
- cy.visit('/')
- cy.contains('h1', 'You did it!')
- })
-})