mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-26 01:27:42 +00:00
Clarified a test script comment.
This commit is contained in:
parent
83d8a244cc
commit
421f3e02ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue