We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use Jest CLI options --shard in my project for split test in separated job in CI. But with @angular-builders/jest: @14.0.2, I have error
@angular-builders/jest: @14.0.2
Error: Unknown argument: shard
I use command
ng test --shard=1/2
I need use shard command in my project
Libs - @angular/core version: 14.2.9 - @angular-devkit/build-angular version: 14.2.8 - @angular-builders/jest version: 14.0.2 For Tooling issues: - Node version: 16.17.0 - Platform: Windows
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
feat(jest): support shard CLI options (just-jeb#1314)
4873c7c
feat(jest): support shard CLI options (#1314) (#1315)
7ddad99
Closing since been fixed.
No branches or pull requests
Describe the Bug
I use Jest CLI options --shard in my project for split test in separated job in CI.
But with
@angular-builders/jest: @14.0.2
, I have errorError: Unknown argument: shard
Minimal Reproduction
I use command
ng test --shard=1/2
Expected Behavior
I need use shard command in my project
Environment
The text was updated successfully, but these errors were encountered: