diff --git a/docs/generated/packages/js/generators/library.json b/docs/generated/packages/js/generators/library.json index f9b5faf1c37ba..8749e194e7c7c 100644 --- a/docs/generated/packages/js/generators/library.json +++ b/docs/generated/packages/js/generators/library.json @@ -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", diff --git a/packages/js/src/generators/library/schema.json b/packages/js/src/generators/library/schema.json index f5d8a71ead695..42014578b7fa0 100644 --- a/packages/js/src/generators/library/schema.json +++ b/packages/js/src/generators/library/schema.json @@ -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",