Skip to content

Commit

Permalink
fix: spec pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler committed Sep 11, 2024
1 parent 35d6e1f commit ec2f69b
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/**/confirmTransaction.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 ec2f69b

Please sign in to comment.