We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b615bd commit 78ff9b2Copy full SHA for 78ff9b2
2 files changed
app/templates/_karma.conf.js
@@ -97,7 +97,7 @@ module.exports = function(config) {
97
};
98
99
// 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
+ // The coverage preprocessor is added in gulp/unit-test.js only for single tests
101
// It was not possible to do it there because karma doesn't let us now if we are
102
// running a single test or not
103
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