Fix specPattern

This commit is contained in:
Sidharth Vinod
2022-08-13 13:46:01 +05:30
parent 16ff107b6e
commit 285da3f63d
+1 -1
View File
@@ -30,6 +30,6 @@ export default defineConfig({
});
},
baseUrl: 'http://localhost:3000',
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}'
specPattern: 'cypress/e2e/**/*.spec.ts'
}
});