Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Justas Vaitkus authored and Justas Vaitkus committed Jul 11, 2024
1 parent 801d88e commit c55c956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ module.exports = defineConfig({
},
experimentalMemoryManagement: true,
excludeSpecPattern: ['index.php', 'cypress/e2e'],
specPattern: 'cypress/e2e/*.{js,jsx,ts,tsx}',
specPattern: 'cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
},
})

0 comments on commit c55c956

Please sign in to comment.