Skip to content

Commit

Permalink
remove now irrelevant code
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaevn committed Feb 13, 2024
1 parent 808b838 commit 11f0bc9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ module.exports = defineConfig({
NEXT_PUBLIC_PROVIDER_ID: process.env.NEXT_PUBLIC_PROVIDER_ID,
NEXT_PUBLIC_TOKEN: process.env.NEXT_PUBLIC_TOKEN,
CYPRESS_SEARCH_QUERY: 'test',
// importing the `API_PER_PAGE` variable from the constants file throws
// errors since this file doesn't follow ES6 syntax. if the value is
// changed in constants, it needs to be updated here too
API_PER_PAGE: 2000,
},
reporter: 'junit',
reporterOptions: {
Expand Down

0 comments on commit 11f0bc9

Please sign in to comment.