UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
a34eafe9
Commit
a34eafe9
authored
Oct 23, 2020
by
graham.smith
Browse files
remove unused var
parent
75c4076e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/e2e/plugins/index.js
tests/e2e/plugins/index.js
+1
-1
No files found.
tests/e2e/plugins/index.js
View file @
a34eafe9
...
@@ -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
];
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment