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

fix(testing): merge builder globals with jest.config.js globals #1827

Merged
merged 1 commit into from
Sep 16, 2019

Conversation

jdpearce
Copy link
Collaborator

...rather than override them completely.

Resolves #1059

This also removes the diagnostics.warnOnly flag from the builder globals, allowing the user to set it themselves. This may cause previously passing tests to fail, but only because they have errors.

@vsavkin
Copy link
Member

vsavkin commented Sep 11, 2019

The PR looks good, but I think a unit test failed.

@jdpearce jdpearce force-pushed the 1059-jest-globals branch 2 times, most recently from bacbe76 to 589d3f6 Compare September 12, 2019 11:25
@jdpearce jdpearce merged commit 5de142f into nrwl:master Sep 16, 2019
Doginal pushed a commit to Doginal/nx that referenced this pull request Oct 30, 2019
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JestBuilder not respect globals properties defined in jest.config.js
2 participants