Skip to content

Commit

Permalink
chore: avoid withRegistry being passed to jest
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Nov 14, 2022
1 parent 2ae0646 commit c43859e
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"commands": [
"[ \"{args.withRegistry}\" = \"true\" ] && npx nx spawn-and-populate-local-registry integration-tests || true",
{
"command": "npx jest tests/v13-new-workspace.test.ts",
"forwardAllArgs": false
"command": "[ \"{args.withRegistry}\" = \"true\" ] && echo \"\" || echo \"\" && npx jest tests/v13-new-workspace.test.ts"
}
]
}
Expand Down Expand Up @@ -51,8 +50,7 @@
"commands": [
"[ \"{args.withRegistry}\" = \"true\" ] && npx nx spawn-and-populate-local-registry integration-tests || true",
{
"command": "npx jest tests/v1123-multi-project-yarn-auto-convert.test.ts",
"forwardAllArgs": false
"command": "[ \"{args.withRegistry}\" = \"true\" ] && echo \"\" || echo \"\" && npx jest tests/v1123-multi-project-yarn-auto-convert.test.ts"
}
]
}
Expand Down Expand Up @@ -82,8 +80,7 @@
"commands": [
"[ \"{args.withRegistry}\" = \"true\" ] && npx nx spawn-and-populate-local-registry integration-tests || true",
{
"command": "npx jest tests/v1123-single-project-yarn-auto-convert.test.ts",
"forwardAllArgs": false
"command": "[ \"{args.withRegistry}\" = \"true\" ] && echo \"\" || echo \"\" && npx jest tests/v1123-single-project-yarn-auto-convert.test.ts"
}
]
}
Expand Down Expand Up @@ -113,8 +110,7 @@
"commands": [
"[ \"{args.withRegistry}\" = \"true\" ] && npx nx spawn-and-populate-local-registry integration-tests || true",
{
"command": "npx jest tests/v1123-strict-multi-project-auto-convert.test.ts",
"forwardAllArgs": false
"command": "[ \"{args.withRegistry}\" = \"true\" ] && echo \"\" || echo \"\" && npx jest tests/v1123-strict-multi-project-auto-convert.test.ts"
}
]
}
Expand Down Expand Up @@ -144,8 +140,7 @@
"commands": [
"[ \"{args.withRegistry}\" = \"true\" ] && npx nx spawn-and-populate-local-registry integration-tests || true",
{
"command": "npx jest tests/v13-new-workspace-create-application-false-ng-add-then-project.test.ts",
"forwardAllArgs": false
"command": "[ \"{args.withRegistry}\" = \"true\" ] && echo \"\" || echo \"\" && npx jest tests/v13-new-workspace-create-application-false-ng-add-then-project.test.ts"
}
]
}
Expand Down Expand Up @@ -175,8 +170,7 @@
"commands": [
"[ \"{args.withRegistry}\" = \"true\" ] && npx nx spawn-and-populate-local-registry integration-tests || true",
{
"command": "npx jest tests/v13-new-workspace-create-application-false-project-then-ng-add.test.ts",
"forwardAllArgs": false
"command": "[ \"{args.withRegistry}\" = \"true\" ] && echo \"\" || echo \"\" && npx jest tests/v13-new-workspace-create-application-false-project-then-ng-add.test.ts"
}
]
}
Expand Down

0 comments on commit c43859e

Please sign in to comment.