UNCLASSIFIED

Commit a34eafe9 authored by graham.smith's avatar graham.smith
Browse files

remove unused var

parent 75c4076e
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
module.exports = (on, config) => { module.exports = (on, config) => {
// pass important env vars to cypress // pass important env vars to cypress
// these vars can then be used like `Cypress.env("NODE_ENV")` // these vars can then be used like `Cypress.env("NODE_ENV")`
["SSO_COOKIE_VALUE", "NODE_ENV"].forEach(key => { ["NODE_ENV"].forEach(key => {
config.env[key] = process.env[key]; config.env[key] = process.env[key];
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment