We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77623d0 + 78ff9b2 commit 0af2f55Copy full SHA for 0af2f55
2 files changed
app/templates/_karma.conf.js
@@ -101,7 +101,7 @@ module.exports = function(config) {
101
};
102
103
// 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
+ // The coverage preprocessor is added in gulp/unit-test.js only for single tests
105
// It was not possible to do it there because karma doesn't let us now if we are
106
// running a single test or not
107
configuration.preprocessors = {};
app/templates/protractor.conf.js
@@ -12,7 +12,7 @@ exports.config = {
12
capabilities: {
13
'browserName': 'chrome'
14
},
15
-
+
16
baseUrl: 'http://localhost:3000',
17
18
// Spec patterns are relative to the current working directory when
0 commit comments