Skip to content
New issue

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

[Feature]: allow skipping ngcc-jest-processor #1396

Closed
Lonli-Lokli opened this issue Apr 11, 2022 · 1 comment · Fixed by #1417
Closed

[Feature]: allow skipping ngcc-jest-processor #1396

Lonli-Lokli opened this issue Apr 11, 2022 · 1 comment · Fixed by #1417
Labels
🚀 Feature Request new suggested feature

Comments

@Lonli-Lokli
Copy link

🚀 Feature Proposal

allow skipping ngcc-jest-processor (Related to #1013)

Motivation

We have setup withing CI with several steps, first steps installs all dependencies with ngcc, others just using cached node_modules.

Right now ngcc-jest-processor do not allow skipping with some external args, only hardcoded. So with our setup with this command there is no way to skip running useless ngcc-jest

jest --coverage --coverageDirectory=coverage/jest --reporters=default --reporters=jest-junit

Example

No response

@ahnpnl
Copy link
Collaborator

ahnpnl commented Apr 25, 2022

This feature can only be used with Jest 28 because Jest 28 exposes ProjectConfig in globalSetup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Feature Request new suggested feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants