Skip to content

Commit

Permalink
feat(@angular-devkit/build-angular): collect test coverage from JSX/T…
Browse files Browse the repository at this point in the history
…SX files
  • Loading branch information
Adam Vigneaux authored and Keen Yee Liau committed Aug 21, 2019
1 parent d1488e6 commit e7d99bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function getTestConfig(
}

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

0 comments on commit e7d99bc

Please sign in to comment.