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 #5422
Fix #5666
Close #5668
  • Loading branch information
filipesilva committed Mar 29, 2017
1 parent d7d4539 commit 16171b9
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 16171b9

Please sign in to comment.