Skip to content

Commit

Permalink
fix: cypress config cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler committed Jul 29, 2024
1 parent 88e5339 commit d967852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallets/metamask/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
chromeWebSecurity: true,
e2e: {
baseUrl: 'http://localhost:9999',
specPattern: 'test/cypress/**/confirmSignature.cy.{js,jsx,ts,tsx}',
specPattern: 'test/cypress/**/*.cy.{js,jsx,ts,tsx}',
supportFile: 'src/cypress/support/e2e.{js,jsx,ts,tsx}',
testIsolation: false,
async setupNodeEvents(on, config) {
Expand Down

0 comments on commit d967852

Please sign in to comment.