Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks committed May 23, 2024
1 parent 31fbf17 commit cb324e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests_cypress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ const config = {
};

// choose which config to use here
const ConfigToUse = config.LOCAL;
const ConfigToUse = config.STAGING;

module.exports = ConfigToUse;
module.exports = ConfigToUse;

0 comments on commit cb324e8

Please sign in to comment.