Skip to content

Commit

Permalink
fix(@angular/cli): karma config is default for test command (#5263)
Browse files Browse the repository at this point in the history
`ng help test` says _protractor_ config is used by default, but it should be karma config instead.
  • Loading branch information
royling authored and Brocco committed Mar 7, 2017
1 parent e0aeccb commit c2a8569
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 c2a8569

Please sign in to comment.