fix(misc): fix cypress option in workspace preset generator (#22975)
This commit is contained in:
parent
526ea7cfdf
commit
070932b9e8
@ -90,7 +90,7 @@
|
||||
"e2eTestRunner": {
|
||||
"description": "The tool to use for running e2e tests.",
|
||||
"type": "string",
|
||||
"enum": ["playwright", ",cypress", "jest", "detox", "none"]
|
||||
"enum": ["playwright", "cypress", "jest", "detox", "none"]
|
||||
},
|
||||
"ssr": {
|
||||
"description": "Enable Server-Side Rendering (SSR) and Static Site Generation (SSG/Prerendering) for the Angular application.",
|
||||
|
||||
@ -93,7 +93,7 @@
|
||||
"e2eTestRunner": {
|
||||
"description": "The tool to use for running e2e tests.",
|
||||
"type": "string",
|
||||
"enum": ["playwright", ",cypress", "jest", "detox", "none"]
|
||||
"enum": ["playwright", "cypress", "jest", "detox", "none"]
|
||||
},
|
||||
"ssr": {
|
||||
"description": "Enable Server-Side Rendering (SSR) and Static Site Generation (SSG/Prerendering) for the Angular application.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user