Skip to content

Commit 378e736

Browse files
committed
updating descriptions for the ng-add schematic properties
1 parent 32157d5 commit 378e736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/testing-library/schematics/ng-add/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"properties": {
77
"installJestDom": {
88
"type": "boolean",
9-
"description": "Would you like to install jest-dom?",
9+
"description": "Install jest-dom as a dependency.",
1010
"$default": {
1111
"$source": "argv",
1212
"index": 0
@@ -16,7 +16,7 @@
1616
},
1717
"installUserEvent": {
1818
"type": "boolean",
19-
"description": "Would you like to install user-event?",
19+
"description": "Install user-event as a dependency.",
2020
"$default": {
2121
"$source": "argv",
2222
"index": 1

0 commit comments

Comments
 (0)