mobx icon indicating copy to clipboard operation
mobx copied to clipboard

Jest unkown option warnings

Open urugator opened this issue 1 year ago • 1 comments

● Validation Warning:

  Unknown option "coverageReporters" with value ["lcov", "text"] was found.
  This is probably a typing mistake. Fixing it will remove this message.

  Configuration Documentation:
  https://jestjs.io/docs/configuration

● Validation Warning:

  Unknown option "projects" with value ["<rootDir>/jest.config.js", "<rootDir>/jest.config-decorators.js"] was found.
  This is probably a typing mistake. Fixing it will remove this message.

  Configuration Documentation:
  https://jestjs.io/docs/configuration

● Validation Warning:

  Unknown option "coverageReporters" with value ["lcov", "text"] was found.
  This is probably a typing mistake. Fixing it will remove this message.

  Configuration Documentation:
  https://jestjs.io/docs/configuration

PR welcome

urugator avatar Sep 07 '24 11:09 urugator

https://github.com/jestjs/jest/issues/13576 It seems that this problem has existed for a long time after version v29, and the official has not come forward to solve it

iChenLei avatar Sep 10 '24 12:09 iChenLei