Tests Package
Package: @santi020k/eslint-config-tests
This internal package holds the public API tests, composition tests, CLI integration tests, detection tests, and snapshot coverage for the monorepo.
What It Protects
- Public re-exports.
- Preset behavior.
- Strict-mode severity upgrades.
- CLI scaffolding behavior.
- Generated API and config snapshot drift.
It is intentionally internal, but documenting it makes the monorepo easier to understand.
Main Test Areas
public-api.test.tsprotects the package surface.composition.test.tsandoptions.test.tsprotect config assembly behavior.cli.test.tscovers scaffold and update behavior.detection.test.tscovers auto-detection.snapshots.test.tsprotects the generated config output.
Repository Links
- Source Package: packages/tests
- Project Repository: santi020k/eslint-config-basic