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 c55c956 commit ff9a5ec
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 @@ -39,7 +39,7 @@ module.exports = defineConfig({
// return config;
},
experimentalMemoryManagement: true,
excludeSpecPattern: ['index.php', 'cypress/e2e'],
excludeSpecPattern: ['**/*(.)+(spec|test).+(ts|js)'],
specPattern: 'cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
},
})

0 comments on commit ff9a5ec

Please sign in to comment.