Skip to content

Commit

Permalink
fix(jest): fix default-config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Barabanov committed Jan 9, 2019
1 parent c9c7356 commit 65ca2a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/jest/src/jest-config/default-config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
export default {
globals: {
stringifyContentPathRegex: "\\.html$",
astTransformers: ['jest-preset-angular/InlineHtmlStripStylesTransformer.js']
"ts-jest": {
stringifyContentPathRegex: "\\.html$",
astTransformers: ['jest-preset-angular/InlineHtmlStripStylesTransformer.js']
}
},
preset: 'jest-preset-angular',
testURL: 'https://github.com/@angular-cli-builders',
Expand Down

0 comments on commit 65ca2a3

Please sign in to comment.