Skip to content

Commit 78ff9b2

Browse files
Some small fixes
1 parent 2b615bd commit 78ff9b2

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
@@ -97,7 +97,7 @@ module.exports = function(config) {
9797
};
9898

9999
// This is the default preprocessors configuration for a usage with Karma cli
100-
// The coverage preprocessor in added in gulp/unit-test.js only for single tests
100+
// The coverage preprocessor is added in gulp/unit-test.js only for single tests
101101
// It was not possible to do it there because karma doesn't let us now if we are
102102
// running a single test or not
103103
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)