Clarified a test script comment.

This commit is contained in:
Joshua A. Horton 2018-11-15 07:59:29 +07:00
parent 83d8a244cc
commit 421f3e02ee

View file

@ -22,7 +22,7 @@ module.exports = function(config) {
for(var name in arguments[i]) {
mergedDefs[name] = arguments[i][name];
// Necessary for Karma to process it properly.
// Necessary for Karma to process our BrowserStack test environment configs properly.
mergedDefs[name].base = 'BrowserStack';
}
}