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 1d03421 commit 32157d5Copy full SHA for 32157d5
projects/testing-library/schematics/ng-add/schema.json
@@ -7,12 +7,22 @@
7
"installJestDom": {
8
"type": "boolean",
9
"description": "Would you like to install jest-dom?",
10
- "default": false
+ "$default": {
11
+ "$source": "argv",
12
+ "index": 0
13
+ },
14
+ "default": false,
15
+ "x-prompt": "Would you like to install jest-dom?"
16
},
17
"installUserEvent": {
18
19
"description": "Would you like to install user-event?",
20
21
22
+ "index": 1
23
24
25
+ "x-prompt": "Would you like to install user-event?"
26
}
27
28
"additionalProperties": false,
0 commit comments