Skip to content

Commit

Permalink
feat(angular): add ngrx feature store generator (#16806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored and MaxKless committed May 10, 2023
1 parent 54eb7be commit f234512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/generated/packages/js/generators/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"type": "string",
"enum": ["jest", "vitest", "none"],
"description": "Test runner to use for unit tests.",
"x-prompt": "Which unit test runner would you like to use?"
"x-prompt": "Which unit test runner would you like to use?",
"default": "none"
},
"tags": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion packages/js/src/generators/library/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"type": "string",
"enum": ["jest", "vitest", "none"],
"description": "Test runner to use for unit tests.",
"x-prompt": "Which unit test runner would you like to use?"
"x-prompt": "Which unit test runner would you like to use?",
"default": "none"
},
"tags": {
"type": "string",
Expand Down

0 comments on commit f234512

Please sign in to comment.