We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32157d5 commit 378e736Copy full SHA for 378e736
projects/testing-library/schematics/ng-add/schema.json
@@ -6,7 +6,7 @@
6
"properties": {
7
"installJestDom": {
8
"type": "boolean",
9
- "description": "Would you like to install jest-dom?",
+ "description": "Install jest-dom as a dependency.",
10
"$default": {
11
"$source": "argv",
12
"index": 0
@@ -16,7 +16,7 @@
16
},
17
"installUserEvent": {
18
19
- "description": "Would you like to install user-event?",
+ "description": "Install user-event as a dependency.",
20
21
22
"index": 1
0 commit comments