Skip to content

Commit

Permalink
feat(integration-test-runner): Add Cypress
Browse files Browse the repository at this point in the history
Add types to tsconfig to prevent conflict when using CLI bundler + TS +
Karma + Cypress.
  • Loading branch information
michaelw85 committed Feb 16, 2019
1 parent f70a525 commit 77c6f60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/resources/content/tsconfig.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"dom"
],
"baseUrl": "src"
// @if integrationTestRunner.id='cypress' && unitTestRunner.id='karma'
,"types": ["jasmine"]
// @endif
// @endif
// @if bundler.id='webpack'
"target": "es5",
Expand Down

0 comments on commit 77c6f60

Please sign in to comment.