Commit edc9713b authored by Eduardo Sanz García's avatar Eduardo Sanz García Committed by Robert Knight

combine two if statements with equal conditions

parent 43f23cc5
......@@ -40,9 +40,7 @@ if (process.env.RUNNING_IN_DOCKER) {
// Log test details as they are executed so we can tell where test execution
// got to if a failure happens.
mochaOutputMode = 'full';
}
if (process.env.RUNNING_IN_DOCKER) {
// Disable `/dev/shm` usage as this can cause Chrome to fail to load large
// HTML pages, such as the one Karma creates with all the tests loaded.
//
......
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