Skip to content

Commit

Permalink
updating descriptions for the ng-add schematic properties
Browse files Browse the repository at this point in the history
  • Loading branch information
vndrzrfshDXR1 committed Aug 6, 2024
1 parent 32157d5 commit 378e736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/testing-library/schematics/ng-add/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"properties": {
"installJestDom": {
"type": "boolean",
"description": "Would you like to install jest-dom?",
"description": "Install jest-dom as a dependency.",
"$default": {
"$source": "argv",
"index": 0
Expand All @@ -16,7 +16,7 @@
},
"installUserEvent": {
"type": "boolean",
"description": "Would you like to install user-event?",
"description": "Install user-event as a dependency.",
"$default": {
"$source": "argv",
"index": 1
Expand Down

0 comments on commit 378e736

Please sign in to comment.