Skip to content

Commit

Permalink
feat(integration-test-runner): Add Cypress
Browse files Browse the repository at this point in the history
Add notice for Cypress + TS Webpack dep
  • Loading branch information
michaelw85 committed Feb 14, 2019
1 parent f2eb6c5 commit 1ece72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/new/new-application.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@
},
{
"displayName": "Cypress",
"description": "Configure your app with Cypress",
"description": "Configure your app with Cypress. Please note: If you've chosen a Typescript setup Cypress will add webpack and ts-loader as a dependency due to limited availability of preprocessors at this point in time.",
"value": {
"id": "cypress",
"displayName": "Cypress"
Expand Down

0 comments on commit 1ece72e

Please sign in to comment.