Skip to content

Commit

Permalink
fix(@angular/cli): karma config is default for test command (angular#…
Browse files Browse the repository at this point in the history
…5263)

`ng help test` says _protractor_ config is used by default, but it should be karma config instead.
  • Loading branch information
royling authored and Zhicheng Wang committed Mar 16, 2017
1 parent e7632ce commit fed89e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@angular/cli/commands/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const TestCommand = EmberTestCommand.extend({
type: String,
aliases: ['c'],
description: oneLine`Use a specific config file.
Defaults to the protractor config file in angular-cli.json.`
Defaults to the karma config file in .angular-cli.json.`
},
{
name: 'single-run',
Expand Down

0 comments on commit fed89e7

Please sign in to comment.