From 285da3f63ddd1341a5f03630736f5a685cfb0e93 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sat, 13 Aug 2022 13:46:01 +0530 Subject: [PATCH] Fix specPattern --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 43fa133c..40248bb5 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -30,6 +30,6 @@ export default defineConfig({ }); }, baseUrl: 'http://localhost:3000', - specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}' + specPattern: 'cypress/e2e/**/*.spec.ts' } });