Skip to content

Commit

Permalink
Some small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimAbramchuk committed Oct 8, 2015
1 parent 2b615bd commit 78ff9b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/_karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module.exports = function(config) {
};

// This is the default preprocessors configuration for a usage with Karma cli
// 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
// It was not possible to do it there because karma doesn't let us now if we are
// running a single test or not
configuration.preprocessors = {};
Expand Down
2 changes: 1 addition & 1 deletion app/templates/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports.config = {
capabilities: {
'browserName': 'chrome'
},

baseUrl: 'http://localhost:3000',

// Spec patterns are relative to the current working directory when
Expand Down

0 comments on commit 78ff9b2

Please sign in to comment.