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: remove jest config from package.json #1857

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

czosel
Copy link
Collaborator

@czosel czosel commented Oct 30, 2021

Jest was warning about the config in package.json:

Multiple configurations found:
    * /home/christian/dev/plugin-php/jest.config.js
    * `jest` key in /home/christian/dev/plugin-php/package.json

  Implicit config resolution does not allow multiple configuration files.
  Either remove unused config files or select one explicitly with `--config`.

@czosel czosel requested a review from cseufert October 30, 2021 16:34
Copy link
Collaborator

@cseufert cseufert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, no need to confuse things with multiple jest config's

@czosel czosel merged commit f0e6add into prettier:main Nov 3, 2021
@czosel czosel deleted the fix-jest-config branch November 3, 2021 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants