-
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
fix(react): respect unitTestRunner passed to the generator #23383
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 038bf3e. 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 6 targets
Sent with 💌 from NxCloud. |
9f3c329
to
497341d
Compare
@@ -163,7 +163,6 @@ describe('nx init (for React - legacy)', () => { | |||
); | |||
|
|||
const packageJson = readJson('package.json'); | |||
expect(packageJson.devDependencies['@nx/jest']).toBeUndefined(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jest is the default so if the unitTestRunner is not set "none" this will be used.
497341d
to
10c6439
Compare
1a9aaf6
to
fcd0e2b
Compare
fcd0e2b
to
038bf3e
Compare
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. |
closes: #22276