Skip to content

Commit

Permalink
fix(@angular/cli): fix sourcemap toggle in ng test
Browse files Browse the repository at this point in the history
Followup to angular#5422
Fix angular#5666
Close angular#5668
  • Loading branch information
filipesilva authored and dond2clouds committed Apr 23, 2018
1 parent 7adcb75 commit ddb7270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@angular/cli/tasks/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default Task.extend({

karmaOptions.angularCli = {
codeCoverage: options.codeCoverage,
sourcemap: options.sourcemaps,
sourcemaps: options.sourcemaps,
progress: options.progress,
poll: options.poll,
app: options.app
Expand Down

0 comments on commit ddb7270

Please sign in to comment.