Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Passing --passWithNoTests to jest linter (forem#17635)
Related to forem#17612 Related to forem#17634 Looking at the following error, I *think* this might address the observed issue. ```shell ✖ jest --findRelatedTests: No tests found, exiting with code 1 Run with `--passWithNoTests` to exit with code 0 Make sure Jest's configuration does not exclude this directory. To set up Jest, make sure a package.json file exists. Jest Documentation: https://jestjs.io/docs/configuration ```
- Loading branch information