aboutsummaryrefslogtreecommitdiff
path: root/cypress/integration/example.spec.ts
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-16 13:43:35 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-16 13:43:35 +0200
commitf54492840220182b7e20f9ca4a38a035dea6ca7f (patch)
tree63fe15b08d0cbfd48fb4125d7ba3c744a93a5582 /cypress/integration/example.spec.ts
parentdb21c5a1be6376b628756b09c023159b842f7c29 (diff)
downloadit-tools-f54492840220182b7e20f9ca4a38a035dea6ca7f.tar.gz
it-tools-f54492840220182b7e20f9ca4a38a035dea6ca7f.tar.zst
it-tools-f54492840220182b7e20f9ca4a38a035dea6ca7f.zip
chore: removed cypress integrations
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!')
- })
-})