Skip to content

Commit

Permalink
fix(@angular/cli): fix test coverage when testing linked libs (#7447)
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin authored and hansl committed Aug 20, 2017
1 parent e746369 commit 0111f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@angular/cli/models/webpack-configs/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export function getTestConfig(testConfig: WebpackTestOptions) {

extraRules.push({
test: /\.(js|ts)$/, loader: 'istanbul-instrumenter-loader',
options: { esModules: true },
enforce: 'post',
exclude
});
Expand Down

0 comments on commit 0111f18

Please sign in to comment.