Skip to content

Commit 0af2f55

Browse files
committed
Merge pull request #837 from MaximAbramchuck/some-small-fixes
Some small fixes
2 parents 77623d0 + 78ff9b2 commit 0af2f55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/templates/_karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module.exports = function(config) {
101101
};
102102

103103
// This is the default preprocessors configuration for a usage with Karma cli
104-
// The coverage preprocessor in added in gulp/unit-test.js only for single tests
104+
// The coverage preprocessor is added in gulp/unit-test.js only for single tests
105105
// It was not possible to do it there because karma doesn't let us now if we are
106106
// running a single test or not
107107
configuration.preprocessors = {};

app/templates/protractor.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exports.config = {
1212
capabilities: {
1313
'browserName': 'chrome'
1414
},
15-
15+
1616
baseUrl: 'http://localhost:3000',
1717

1818
// Spec patterns are relative to the current working directory when

0 commit comments

Comments
 (0)