Skip to content

Commit 05dfb6e

Browse files
feat(qwik-nx): do not include e2e tests by default for app (#117)
1 parent 5476383 commit 05dfb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/qwik-nx/src/generators/application/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"type": "string",
8484
"enum": ["playwright", "cypress", "none"],
8585
"description": "Test runner to use for end to end (E2E) tests.",
86-
"default": "playwright"
86+
"default": "none"
8787
},
8888
"devServerPort": {
8989
"type": "number",

0 commit comments

Comments
 (0)