first part random test fix (#3376)

fixing random test executions first part
This commit is contained in:
Eugenio Romano
2018-05-23 01:23:54 +01:00
committed by GitHub
parent df0e530f27
commit 7e67257b8a
16 changed files with 773 additions and 720 deletions

View File

@@ -139,6 +139,12 @@ module.exports = function (config) {
{type: 'lcov'}
]
}
// client: {
// jasmine: {
// random: true
// }
// }
};
config.set(_config);