-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(testing): add jest create-nodes plugin #20045
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 4d97352. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 4 targets
Sent with 💌 from NxCloud. |
3dd909e
to
6675954
Compare
27e20c4
to
c1dafb3
Compare
2c51907
to
09709c0
Compare
09709c0
to
ac53a81
Compare
c0e3740
to
4d97352
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 3b63f37. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 4 targets
Sent with 💌 from NxCloud. |
4d97352
to
11aad65
Compare
1b700c2
to
3953e46
Compare
3953e46
to
a94ba47
Compare
a94ba47
to
3b63f37
Compare
CI Failures are incorrectly being reported. The test did indeed pass. |
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Jest targets are inferred based off of
jest.config.ts
files.jest.config.ts
files will add targets to projects which run thejest
cli.Inputs and outputs are automatically determined based on the config in
jest.config.js
so there is no need to provide additional config in most cases.Expected Behavior
Jest targets are added to
project.json
which run the@nx/jest:jest
executor.Related Issue(s)
Fixes #