Skip to content

Commit

Permalink
fix(cypress): explicitly define supportFile path
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Aug 18, 2023
1 parent 88b24e3 commit 0b17111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cypress/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ module.exports = defineConfig({
});
},
specPattern: "specs/**/*.cy.{js,jsx,ts,tsx}",
supportFile: "support/e2e.js",
},
});

0 comments on commit 0b17111

Please sign in to comment.