As a user of jest-coverage-diff I would like to be able to fail a build if new files don't have "expected coverage".
I noticed that this plugin has a great feature that prepends ✨ 🆕. to all new files. Since we seem to already have these files available to us - could we leverage Jest and the jest.config.{ts|js} to fail the build if a given file does not meet the codebases expected thresholds?
I noticed that this plugin has a great feature that prepends ✨ 🆕. to all new files. Since we seem to already have these files available to us - could we leverage
Jest
and thejest.config.{ts|js}
to fail the build if a given file does not meet the codebases expected thresholds?