Skip to content

Commit 11f0bc9

Browse files
committed
remove now irrelevant code
1 parent 808b838 commit 11f0bc9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cypress.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ module.exports = defineConfig({
2727
NEXT_PUBLIC_PROVIDER_ID: process.env.NEXT_PUBLIC_PROVIDER_ID,
2828
NEXT_PUBLIC_TOKEN: process.env.NEXT_PUBLIC_TOKEN,
2929
CYPRESS_SEARCH_QUERY: 'test',
30-
// importing the `API_PER_PAGE` variable from the constants file throws
31-
// errors since this file doesn't follow ES6 syntax. if the value is
32-
// changed in constants, it needs to be updated here too
33-
API_PER_PAGE: 2000,
3430
},
3531
reporter: 'junit',
3632
reporterOptions: {

0 commit comments

Comments
 (0)