Skip to content

Commit

Permalink
Update cypress.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler authored Sep 19, 2024
1 parent 375fb78 commit 4968000
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/**/resetAccount.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 4968000

Please sign in to comment.