diff --git a/end-to-end-testing/cypress/tsconfig.json b/end-to-end-testing/cypress/tsconfig.json index b3ca86f..0cd139e 100644 --- a/end-to-end-testing/cypress/tsconfig.json +++ b/end-to-end-testing/cypress/tsconfig.json @@ -5,5 +5,5 @@ "skipLibCheck": true, "types": ["cypress"] }, - "files": ["cypress/e2e/page.cy.ts","test/page.spec.ts", "support.ts"] + "files": ["test/page.spec.ts", "support.ts"] }