From 11f0bc942d35d065321776769dfb9b1b1ab8627a Mon Sep 17 00:00:00 2001 From: Alisha Evans Date: Tue, 13 Feb 2024 10:28:56 -0600 Subject: [PATCH] remove now irrelevant code --- cypress.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cypress.config.js b/cypress.config.js index 736d283..93a4fcc 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -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: {