Skip to content

Commit

Permalink
chore: avoid error about cypress module not being found
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Oct 9, 2024
1 parent 640083f commit 4912128
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/cypress/cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
const { defineConfig } = require("cypress");

module.exports = defineConfig({
module.exports = {
downloadsFolder: "downloads",
fixturesFolder: "fixtures",
screenshotsFolder: "screenshots",
Expand All @@ -15,5 +13,6 @@ module.exports = defineConfig({
},
specPattern: "specs/**/*.cy.{js,jsx,ts,tsx}",
supportFile: false,
baseUrl: "http://localhost:11369",
},
});
};

0 comments on commit 4912128

Please sign in to comment.